prestataire = new Prestataire(); $this->reponseententeprealable = (new Reponseententeprealable())->getListe(); } public function index() { $prestataire_courant = $this->prestataire->getPrestataireCode( $_SESSION['codePrestataire_C']); $this->genererVueAjax(array('prestataire_courant' => $prestataire_courant, 'reponseententeprealable' => $this->reponseententeprealable)); } }