menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Exclureservices"); $this->prestataire = new Prestataire(); $_SESSION['modeDevis'] = "0"; } public function index() { $codePrestataire = $_SESSION['codePrestataire_C']; $prestataire = $this->prestataire->getunprestatairebycode($codePrestataire); $servicesnonexclus = $this->prestataire->getservicesnonexclus($codePrestataire); $servicesexclus = $this->prestataire->getservicesexclus($codePrestataire); $this->genererVue(array('prestataire' => $prestataire, 'servicesnonexclus' => $servicesnonexclus, 'servicesexclus' => $servicesexclus)); } }