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