menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Gctypegarant"); $this->type = new Gestionconfiee(); } public function index() { $typesgarant = $this->type->getGcTypeGarant(); $chemin = $this->menuvue->getChemin('Gctypegarant'); $this->genererVue(array( 'typesgarant' => $typesgarant, 'chemin' => $chemin )); } }