menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Modifiertarifacte'); $this->tarif = new Tarifsactes(); } public function index() { $idTarif = $this->requete->getParametreFormulaire("id"); $tarif = $this->tarif->getunptarif($idTarif); $typeTarif = $this->tarif->getTypeTarif(); $chemin = $this->menuvue->getChemin('Modifiertarifacte'); $this->genererVue(array('tarif' => $tarif,'typeTarif' => $typeTarif ,'chemin' => $chemin )); } }