garantieadherent = new Garantieadherent(); } public function index() { $idAdherent = $this->requete->getParametreFormulaire("idAdherent"); $idBeneficiaire = $this->requete->getParametreFormulaire("idBeneficiaire"); $actes = $this->garantieadherent->getBaremePlafondAdherent($idAdherent, $idBeneficiaire); $this->genererVueAjax(array('actes' => $actes)); } }