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