menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Plafondavantfacturecdec'); $this->garantieadherent = new Garantieadherent(); } public function index() { $garantieadherents = $this->garantieadherent->getPlafondAvantFacture(); $chemin = $this->menuvue->getChemin('Plafondavantfacturecdec'); $this->genererVue(array('garantieadherents' => $garantieadherents, 'chemin' => $chemin)); } }