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