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