menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Initdecompte'); $this->prestataire = new Prestataire(); $this->periode = (new Periode)->getListe(); $this->exercice = (new Exercice())->getListe(); } public function index() { $prestataire_courant = $this->prestataire->getPrestataireCode( $_SESSION['codePrestataire_C']); $this->genererVue(array('periode' => $this->periode, 'exercice' => $this->exercice)); } }