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