opticien = (new Prestataire())->getListeOpticien(); $this->prestataireprescription = (new Prestataire())->getListeTypePrestataire("CSO"); } public function index() { $this->genererVueAjax(array('opticien' => $this->opticien, 'prestataireprescription' => $this->prestataireprescription)); } }