Exemplo n.º 1
0
 /**
  * Removes the task totally from the system.
  *
  * @return void
  */
 public function remove()
 {
     $this->scheduler->removeTask($this);
 }