Rev 231 | Blame | Last modification | View Log | RSS feed
<?php interface OntologieResponsabilite { public function traiterChampsRetour(Array $champsRetour); } ?>
<?php
interface OntologieResponsabilite {
public function traiterChampsRetour(Array $champsRetour);
}
?>