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