table = strtolower(__CLASS__); // cesu } // setters public function setIDPresta(int $value) { $this->ID_presta = $value; return($this); } public function setTaches(string $value) { $this->taches = $value; return($this); } public function setDureeTravail(string $value) { $this->duree_travail = $value; return($this); } public function setSalaire($value) { $value = str_replace(',', '.', $value); $this->salaire = (float) $value; return($this); } }