prestataire = (new Prestataire())->getListeTypePrestataireBon(); $this->typebon = (new Typebon())->getListe(); $this->etatbon = (new Etatbon())->getListe(); } public function index() { // $this->genererVueAjax(array('prestataire' => $this->prestataire, 'typebon' => $this->typebon, 'etatbon' => $this->etatbon)); $this->genererVueAjax(array('typebon' => $this->typebon, 'etatbon' => $this->etatbon)); } }