Ejemplo n.º 1
0
 /**
  *
  */
 private function stopTimeRegister()
 {
     if ($this->rTimer !== null) {
         $this->rTimer->cancel();
         $this->rTimer = null;
         $this->connectionPool->resetNow();
     }
 }
Ejemplo n.º 2
0
 /**
  * @override
  */
 public function cancel()
 {
     $this->timer->cancel();
 }