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