clearTimeout() public method

public clearTimeout ( $timerid )
Example #1
0
 public function onFinish()
 {
     if ($this->timer) {
         Timer::clearTimeout($this->timer);
         $this->timer = null;
     }
 }