menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Modifierfraisfuneraire'); $this->fraisfuneraire = new Fraisfuneraire(); $this->lienbeneficiaire = (new Lienbeneficiaire())->getListe(); $this->liendemandeur = (new Lienbeneficiaire())->getListe(); $this->modepaiement = (new Pmodepaiement())->getListe(); $this->banque = new Banque(); } public function index() { $banque = $this->banque->getListe(); $idBeneficiaire = $_SESSION['idBeneficiaire_C']; $fraisfuneraire = $this->fraisfuneraire->getfraisfuneraire($idBeneficiaire); $this->genererVue(array('fraisfuneraire' => $fraisfuneraire, 'lienbeneficiaire' => $this->lienbeneficiaire, 'liendemandeur' => $this->liendemandeur, 'modepaiement' => $this->modepaiement, 'banque' => $banque)); } }