Rev 880 | Details | Compare with Previous | Last modification | View Log | RSS feed
<?php
interface OntologieResponsabilite {
public function traiterChampsRetour(Array $champsRetour);
}
?>