ged = new Ged(); } public function index() { $idBeneficiaire = $this->requete->getParametreFormulaire("idBeneficiaire"); $geds = $this->ged->getgedassuremvt($idBeneficiaire); $this->genererVueAjax(array('geds' => $geds)); } }