Go to most recent revision | Details | Last modification | View Log | RSS feed
<?php
interface NomResponsabilite {
public function traiterChampsRetour(Array $champsRetour);
}
?>