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