menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Listeadherent"); $this->adherent = new Adherent(); $this->police = new Police(); } public function index() { $idPolice = $_SESSION['idPolice_C']; $codeSociete = $this->requete->getSession()->getAttribut('codeSociete'); $this->adherent->getNbassure($idPolice); $police = $this->police->getPoliceIdSimple($idPolice); $this->genererVue(array('police' => $police)); } }