Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 843 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
interface OntologiesListe {
        public function __construct(OntologiesListeGenerique $ontologiesListe);
        public function consulter();
}
?>