remove() public method

public remove ( )
 public function __destruct()
 {
     $this->timings->remove();
 }
Example #2
0
 public function remove()
 {
     $this->cancelled = true;
     $this->task->setHandler(null);
     $this->timings->remove();
 }