예제 #1
0
 public function setId($id)
 {
     DataMappers::noOverwritingId($this->id);
     $this->id = $id;
     return $this;
 }