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