requete->getSession()->getAttribut('codeSociete'); $codePays = $this->requete->getParametreFormulaire("codePays"); $listeville = (new Ville())->getListe($codePays); $this->genererVueAjax(array('listeville' => $listeville)); } public function consultation() { $codeSociete = $this->requete->getSession()->getAttribut('codeSociete'); $codePays = $this->requete->getParametreFormulaire("codePays"); $listeville = (new Ville())->getListe($codePays); $this->genererVueAjax(array('listeville' => $listeville)); } }