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