From 19246a59c9d2b0354bc37282134bcac1b76bb6c2 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 5 Apr 2024 17:16:25 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9place=20les=20constantes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/core/core.php b/core/core.php index f3957f6..5fe50a1 100644 --- a/core/core.php +++ b/core/core.php @@ -60,18 +60,6 @@ class common // Valeurs possibles multiple de 10, 10 autorise 9 profils, 100 autorise 99 profils const MAX_PROFILS = 10; - const MAX_FILE_WRITE_ATTEMPTS = 5; - - /** - * Nombre maximal de tentatives d'encodage JSON - */ - const MAX_JSON_ENCODE_ATTEMPTS = 3; - - /** - * Temps d'attente entre les tentatives en secondes - */ - const RETRY_DELAY_SECONDS = 1; - // Constantes pourles contenus // Modalités d'ouverture @@ -84,6 +72,18 @@ class common const COURSE_ENROLMENT_SELF_KEY = 2; // Ouvert à tous les membres disposant de la clé const COURSE_ENROLMENT_MANDATORY = 3; + const MAX_FILE_WRITE_ATTEMPTS = 5; + + /** + * Nombre maximal de tentatives d'encodage JSON + */ + const MAX_JSON_ENCODE_ATTEMPTS = 3; + + /** + * Temps d'attente entre les tentatives en secondes + */ + const RETRY_DELAY_SECONDS = 1; + public static $actions = []; public static $coreModuleIds = [