diff options
| author | polo <ordipolo@gmx.fr> | 2022-12-19 02:51:03 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2022-12-19 02:51:03 +0100 |
| commit | dedbe2f5cee33431c1299c7f0dbef4e247dc2447 (patch) | |
| tree | 4d2481ca044aae30886a9879acd53c4777c180bc /src/model/Locations.php | |
| parent | ff14091476a35de16a9ea3208501040cfae93a06 (diff) | |
| download | AppliGestionPHP-dedbe2f5cee33431c1299c7f0dbef4e247dc2447.tar.gz AppliGestionPHP-dedbe2f5cee33431c1299c7f0dbef4e247dc2447.tar.bz2 AppliGestionPHP-dedbe2f5cee33431c1299c7f0dbef4e247dc2447.zip | |
nouveau client main.php en cours
Diffstat (limited to 'src/model/Locations.php')
| -rw-r--r-- | src/model/Locations.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/model/Locations.php b/src/model/Locations.php index 2aa175a..b788d43 100644 --- a/src/model/Locations.php +++ b/src/model/Locations.php | |||
| @@ -15,10 +15,7 @@ class Locations extends Model | |||
| 15 | private $loyer_mensuel; | 15 | private $loyer_mensuel; |
| 16 | private $total_HT; | 16 | private $total_HT; |
| 17 | 17 | ||
| 18 | public function __construct() | 18 | use ModelChildren; |
| 19 | { | ||
| 20 | $this->table = strtolower(__CLASS__); | ||
| 21 | } | ||
| 22 | 19 | ||
| 23 | // setters | 20 | // setters |
| 24 | public function setID(int $value) | 21 | public function setID(int $value) |
