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