menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Extranetadherent"); $this->adherent = new Adherent(); } public function index() { $idAdherent = $_SESSION['idAdherent_C']; $adherent = $this->adherent->getContexteAdherentId($idAdherent); $this->genererVue(array('adherent' => $adherent)); } }