menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Consulterderogation'); $this->derogation = new Derogation(); } public function index() { $idDemandederogation = $this->requete->getParametre("id"); $derogation = $this->derogation->getDerogationIdCOnsultation($idDemandederogation); $chemin = $this->menuvue->getChemin('Consulterderogation'); $this->genererVue(array('derogation' => $derogation,'chemin' => $chemin)); } }