예제 #1
0
 /**
  * @param int $id
  *
  * @return $this
  */
 public function setId($id)
 {
     if ($this->task instanceof Process) {
         return $this->task->setId($id);
     }
     return $this;
 }