menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Textefacturationgarant'); $this->societeuser = new Societeuser(); } public function index() { $textes = $this->societeuser->getTexteFacturationGarant(); $chemin = $this->menuvue->getChemin('Textefacturationgarant'); $this->genererVue(array( 'textes' => $textes,'chemin' => $chemin )); } }