menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Creergcassureur'); $this->gest = new Gestionconfiee(); } public function index() { $type = $this->gest->getListeTypeGarant(); $this->genererVue(array( 'gctypegarant' => $type )); } }