type = new Gestionconfiee(); } public function index(){ $this->genererVueAjax(); } public function enregistrer(){ //$codeTypeGarant = strtoupper($this->requete->getParametreFormulaire("codeTypeGarant")); $libelle = strtoupper($this->requete->getParametreFormulaire("libelle")); $this->type->ajouterTypeGarant($libelle); } }