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