menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Refuseracteexclus'); $this->ententeprealable = new Ententeprealable(); } public function index() { $idDemandeautorisation = $this->requete->getParametre("id"); $ententeprealable = $this->ententeprealable->getActeExcluId($idDemandeautorisation); $this->genererVue(array('ententeprealable' => $ententeprealable)); } }