remove() 공개 메소드

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