adherent = new Adherent(); } public function index() { $this->genererVueAjax(); } public function supprimer() { $idAherent = $this->requete->getParametreFormulaire("idAherent"); $this->adherent->supprimer($idAherent); // On actualise le contexte : NbAdh et NbAss $idPolice = $_SESSION['idPolice_C']; $this->adherent->getNbassure($idPolice); } public function recalculersoldefamille() { $this->adherent->recalculersoldefamille(); } }