adherent = new Adherent(); $this->beneficiaire = new Beneficiaire(); } public function index() { $codeGcAssureur = $this->requete->getParametreFormulaire("codeGcAssureur"); $nomAdherent = $this->requete->getParametreFormulaire("nomAdherent"); $listecarte = $this->beneficiaire->getlistecartebeneficiaire() ; $this->genererVueAjax(array('listecarte' => $listecarte)); } }