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