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