police = new Police(); $this->periodicite = (new Periodicite())->getListe(); } public function index() { $this->genererVueAjax(array('periodicite' => $this->periodicite)); } /* public function repondremessage() { $idMessagerie = $this->requete->getParametreFormulaire("idMessagerie"); $idParent = $this->requete->getParametreFormulaire("idParent"); $this->messagerie->repondremessage($idMessagerie, $idParent); // $this->executerAction("index"); } */ }