typeprestation = (new Typeprestation())->getListe(); $this->ouinonfacture = (new Ouinon())->getListe(); $this->reponseententeprealable = (new Reponseententeprealable())->getListe(); } public function index() { $this->genererVueAjax(array('typeprestation' => $this->typeprestation, 'ouinonfacture' => $this->ouinonfacture, 'reponseententeprealable' => $this->reponseententeprealable)); } }