menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Tableauajustementprimesgarant'); $this->bareme = new Baremeaccessoiregarant(); } public function index() { $garant = $this->bareme->getgarant(); $chemin = $this->menuvue->getChemin('Baremeaccessoiregarant'); $this->genererVue(array('garant' => $garant, 'chemin' => $chemin, 'chemin' => $chemin)); } }