Beispiel #1
0
 protected function stopTimer()
 {
     if (!isset($this->timer)) {
         return;
     }
     $this->timer->stop();
 }