prestataire = new Prestataire(); $this->prestataireprescription = (new Prestataire())->getListeTypePrestataire("CSO"); } public function index() { $prestataire_courant = $this->prestataire->getPrestataireCode( $_SESSION['codePrestataire_C']); $this->genererVueAjax(array('prestataire_courant' => $prestataire_courant, 'prestataireprescription' => $this->prestataireprescription)); } }