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