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