From 071dfee14b782c30d0049843f94cb122a506f07a Mon Sep 17 00:00:00 2001 From: libreton Date: Wed, 25 Oct 2023 17:27:33 +0200 Subject: [PATCH] ADD: Scientist gateway --- project/src/model/gateways/ScientistGateway.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/project/src/model/gateways/ScientistGateway.php b/project/src/model/gateways/ScientistGateway.php index 38931d2..d200eec 100644 --- a/project/src/model/gateways/ScientistGateway.php +++ b/project/src/model/gateways/ScientistGateway.php @@ -4,5 +4,13 @@ namespace model; class ScientistGateway { + private $con; + function __construct(Connection $co) { + $this->con = $co; + } + +// function findByName(string $name) :? Scientist { +// $usr = null; +// } } \ No newline at end of file