From 2ce216aea3508257ed270b1b77502c7e1b4d41bb Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Wed, 20 Dec 2023 14:43:58 +0100 Subject: [PATCH] Ajout des Gateway manquantes (fonctions squelettes) --- project/src/model/gateways/IndiceGateway.php | 20 ++++++++++++ project/src/model/gateways/PartieGateway.php | 31 +++++++++++++++++++ .../src/model/gateways/QuestionGateway.php | 20 ++++++++++++ project/src/model/gateways/ReponseGateway.php | 20 ++++++++++++ 4 files changed, 91 insertions(+) create mode 100644 project/src/model/gateways/IndiceGateway.php create mode 100644 project/src/model/gateways/PartieGateway.php create mode 100644 project/src/model/gateways/QuestionGateway.php create mode 100644 project/src/model/gateways/ReponseGateway.php diff --git a/project/src/model/gateways/IndiceGateway.php b/project/src/model/gateways/IndiceGateway.php new file mode 100644 index 0000000..cc4259e --- /dev/null +++ b/project/src/model/gateways/IndiceGateway.php @@ -0,0 +1,20 @@ +