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