menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Plafondbeneficiaire"); $this->garantieadherent = new Garantieadherent(); } public function index() { $idAdherent = $_SESSION['idAdherent_C']; $idBeneficiaire = $_SESSION['idBeneficiaire_C']; $exercieReference = $_SESSION['exercieReference_C']; $idEntetecontrat = $_SESSION['idEntetecontrat']; $entecontrats = $this->garantieadherent->getlisteentetecontratbeneficiaire($idBeneficiaire); $garantieadherents = $this->garantieadherent->getGarantieBeneficiaireEnteteContrat($idBeneficiaire, $idEntetecontrat); $this->genererVue(array('garantieadherents' => $garantieadherents, 'entecontrats' => $entecontrats)); } }