menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Modifiergcassureur'); $this->gc = new Gestionconfiee(); } public function index() { $idGc = $this->requete->getParametreFormulaire("id"); $gc = $this->gc->getGcAssureurId($idGc); $this->genererVue(array('gc' => $gc)); } }