menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Listeententeprealablesmont'); $this->reponseententeprealable = (new Reponseententeprealable())->getListe(); } public function index() { $this->genererVue(array('reponseententeprealable' => $this->reponseententeprealable)); } }