summaryrefslogtreecommitdiff
path: root/src/model/Locations.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/Locations.php')
-rw-r--r--src/model/Locations.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/model/Locations.php b/src/model/Locations.php
index 103cecd..c6b8deb 100644
--- a/src/model/Locations.php
+++ b/src/model/Locations.php
@@ -4,8 +4,8 @@
4class Locations extends Model 4class Locations extends Model
5{ 5{
6 // lecture des données ou hydratation 6 // lecture des données ou hydratation
7 protected $ID; 7 protected $id;
8 protected $ID_presta; 8 protected $id_presta;
9 protected $designation; 9 protected $designation;
10 protected $modele_description; 10 protected $modele_description;
11 protected $valeur; 11 protected $valeur;
@@ -70,9 +70,9 @@ class Locations extends Model
70 } 70 }
71 71
72 // setters 72 // setters
73 public function setIDPresta(int $value) 73 public function setIdPresta(int $value)
74 { 74 {
75 $this->ID_presta = $value; 75 $this->id_presta = $value;
76 return($this); 76 return($this);
77 } 77 }
78 public function setDesignation(string $value) 78 public function setDesignation(string $value)