garantieadherent = new Garantieadherent(); } public function index() { $idAdherent = $_SESSION['idAdherent_C']; $idEntetecontrat = $this->requete->getParametreFormulaire("idEntetecontrat"); $garantieadherents = $this->garantieadherent->getGarantieAdherentEnteteContrat($idAdherent, $idEntetecontrat); $this->genererVueAjax(array('garantieadherents' => $garantieadherents)); } }