Subversion Repositories Applications.referentiel

Rev

Rev 37 | Rev 70 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37 Rev 45
Line 29... Line 29...
29
	// Méthodes
29
	// Méthodes
30
	/**
30
	/**
31
	 * Fonction d'affichage par défaut
31
	 * Fonction d'affichage par défaut
32
	 */
32
	 */
33
	public function executerActionParDefaut() {
33
	public function executerActionParDefaut() {
-
 
34
		$this->definirCommeModulePrincipal(get_class($this));
34
		$this->construireMenu($this->referentiel);
35
		$this->construireMenu($this->referentiel);
35
		$this->construireFilAriane($this->referentiel);
36
		$this->construireFilAriane($this->referentiel);
36
		$this->setSortie(self::RENDU_CORPS, '<p>En cours de réalisation...</p>', false);
37
		$this->setSortie(self::RENDU_CORPS, '<p>En cours de réalisation...</p>', false);
37
	}	
38
	}	
38
}
39
}