AjouterUtilisateur($_POST["nom-Form"],$_POST["prenom-Form"],$_POST["pseudo-Form"],$_POST["mail-Form"],$_POST["password-Form"]); } public static function RecupererListePublic(){ $userGtw = new ListeGateway(); return $userGtw->getListePublic(0,10); } }