menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Selectexaemens'); $this->prescription = new Examen_temp(); $codeTypePrestation = "EXAM"; $this->familleacte = (new Familleacte())->getListe($codeTypePrestation); } public function index() { $numeroFeuilleMaladie = $_SESSION['numeroFeuilleMaladie_C']; $codePrestataire = $_SESSION['codePrestataire_C']; $codeTarifActe = $_SESSION['codeTarifActe_C']; $prestations = $this->prescription->getdetaillivre(); $prestations_total = $this->prescription->getdetaillivre_total(); $this->genererVue(array('familleacte' => $this->familleacte, 'prestations' => $prestations, 'prestations_total' => $prestations_total)); } }