clearTimeout() public method

public clearTimeout ( $timerid )
Exemplo n.º 1
0
 public function onFinish()
 {
     if ($this->timer) {
         Timer::clearTimeout($this->timer);
         $this->timer = null;
     }
 }