Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 215 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
interface NomsListe {
        public function __construct(NomsListeGenerique $nomsListe);
        public function consulter();
}
?>