menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Modifierfamilleacte'); $this->familleacte = new Familleacte(); $this->oui_non = new Ouinon(); $this->garantie = new Garantie(); $this->tarif = new Tarifsactes(); $this->typeprestation = new Typeprestation(); } public function index() { $idFamilleacte = $this->requete->getParametreFormulaire("id"); $famillacte = $this->familleacte->getunefamilleacte($idFamilleacte); $famille_hospitalisation = $this->oui_non->getListe(); $garanties = $this->garantie->getListePourActe(); $tarifs = $this->tarif->getListeCreation(); $typesprestation = $this->typeprestation->getListe(); $this->genererVue(array('famille_hospitalisation' => $famille_hospitalisation, 'garanties' => $garanties, 'tarifs' => $tarifs, 'typesprestation' => $typesprestation, 'famillacte' => $famillacte)); } }