type == 'cesu'; } // setters public function setIDCesu(int $value) { $this->ID_cesu = $value; return($this); } //~ 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(float $value) { $this->salaire = $value; return($this); } }