Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 201 Rev 208
Line 1... Line 1...
1
<?php
1
<?php
2
interface NomsListe {
2
interface NomsListe {
3
	public function setDetailsHrefTpl($tpl);
3
	public function __construct(Ressources $ressources, Parametres $parametres, NomDAO $nomDao, NomFormateur $nomFormateur);
4
	public function setListeUrl($url);
-
 
5
	public function consulter();
4
	public function consulter();
6
}
5
}
7
?>
6
?>
8
7