gc = new Gestionconfiee(); } public function index() { $codeGcAssureur = $this->requete->getParametreFormulaire("Ajaxlistegarant"); $this->genererVueAjax(array()); } public function desactiver() { $idGarant = $this->requete->getParametreFormulaire("idGarant"); $this->gc->desactivergarant($idGarant) ; } }