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