From bd77065902d6b5d9a0a0ed0b865f134c3e00bf8a Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Wed, 20 Dec 2023 16:24:57 +0100 Subject: [PATCH] Renommage conforme --- project/src/controller/_TO_DELETE__JouerController.php | 6 +++--- project/src/controller/_TO_DELETE__PenduController.php | 2 +- project/src/controller/_TO_DELETE__PseudoController.php | 2 +- .../src/controller/_TO_DELETE__ScienceQuizzController.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/project/src/controller/_TO_DELETE__JouerController.php b/project/src/controller/_TO_DELETE__JouerController.php index 7cd26b5..42f99f6 100755 --- a/project/src/controller/_TO_DELETE__JouerController.php +++ b/project/src/controller/_TO_DELETE__JouerController.php @@ -5,7 +5,7 @@ use config\Validation; use Exception; use model\ValidationException; -class TODELETEJouerController{ +class _TO_DELETE__JouerController{ /** * @throws Exception @@ -30,10 +30,10 @@ class TODELETEJouerController{ $idJeu = $configurationJeu->getJeu()->getId(); switch($idJeu){ case 2: - new TODELETEScienceQuizzController($role, $configurationJeu); + new _TO_DELETE__ScienceQuizzController($role, $configurationJeu); break; case 3: - new TODELETEPenduController($role, $configurationJeu); + new _TO_DELETE__PenduController($role, $configurationJeu); break; default: throw new Exception("Jeu non défini !"); diff --git a/project/src/controller/_TO_DELETE__PenduController.php b/project/src/controller/_TO_DELETE__PenduController.php index 153dd0f..0cdc6fa 100755 --- a/project/src/controller/_TO_DELETE__PenduController.php +++ b/project/src/controller/_TO_DELETE__PenduController.php @@ -15,7 +15,7 @@ use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Error\SyntaxError; -class TODELETEPenduController{ +class _TO_DELETE__PenduController{ private array $dVue; private Joueur $role; private array $dVueErreur; diff --git a/project/src/controller/_TO_DELETE__PseudoController.php b/project/src/controller/_TO_DELETE__PseudoController.php index 3884132..282c9be 100755 --- a/project/src/controller/_TO_DELETE__PseudoController.php +++ b/project/src/controller/_TO_DELETE__PseudoController.php @@ -7,7 +7,7 @@ use model\PseudoDejaPrisException; use model\ValidationException; use model\MdlInvite; -class TODELETEPseudoController{ +class _TO_DELETE__PseudoController{ public function defaultAction(){ global $twig, $config; diff --git a/project/src/controller/_TO_DELETE__ScienceQuizzController.php b/project/src/controller/_TO_DELETE__ScienceQuizzController.php index 7fef5a1..7d6d8c8 100644 --- a/project/src/controller/_TO_DELETE__ScienceQuizzController.php +++ b/project/src/controller/_TO_DELETE__ScienceQuizzController.php @@ -15,7 +15,7 @@ use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Error\SyntaxError; -class TODELETEScienceQuizzController +class _TO_DELETE__ScienceQuizzController { private array $dVue; private array $dVueErreur;