Subversion Repositories Applications.referentiel

Rev

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

Rev 45 Rev 70
Line 32... Line 32...
32
	 */
32
	 */
33
	public function executerActionParDefaut() {
33
	public function executerActionParDefaut() {
34
		$this->definirCommeModulePrincipal(get_class($this));
34
		$this->definirCommeModulePrincipal(get_class($this));
35
		$this->construireMenu($this->referentiel);
35
		$this->construireMenu($this->referentiel);
36
		$this->construireFilAriane($this->referentiel);
36
		$this->construireFilAriane($this->referentiel);
-
 
37
		$this->executerActionReferentiel('Recherche', 'chargerMoteurRecherche', $this->referentiel);
37
		$this->setSortie(self::RENDU_CORPS, '<p>En cours de réalisation...</p>', false);
38
		$this->setSortie(self::RENDU_CORPS, '<p>En cours de réalisation...</p>', false);
38
	}	
39
	}	
-
 
40
	
-
 
41
	
39
}
42
}
40
?>
43
?>
41
44