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