menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Consulteractureclassique'); $this->facture = new Facture(); $this->ouinonhospit = (new Ouinon())->getListe(); } public function index() { $idFacture = $this->requete->getParametre("id"); $_SESSION['idFacture_C'] = $idFacture; $facture = $this->facture->getfactureclassique(); $prestations = $this->facture->getprestationsclassiques(); $this->genererVue(array('facture' => $facture, 'prestations' => $prestations)); } }