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