Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 208 Rev 215
Line 1... Line 1...
1
<?php
1
<?php
2
interface NomDetails {
2
interface NomDetails {
3
	public function __construct(Ressources $ressources, Parametres $parametres, NomDAO $nomDao, NomFormateur $nomFormateur);
3
	public function __construct(NomDetailsGenerique $nomDetails);
4
	public function consulter();
4
	public function consulter();
5
}
5
}
6
?>
6
?>
7
7