menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Prestatairegestionbon'); $this->typebon = new Typebon(); } public function index() { $typegestion = $this->typebon->getListeGestion(); $this->genererVue(array('typegestion' => $typegestion)); } }