示例#1
0
 /**
  * Saves the details of the task to the database.
  *
  * @return bool
  */
 public function save()
 {
     return $this->scheduler->saveTask($this);
 }