Exemplo n.º 1
0
Arquivo: Timer.php Projeto: jjok/Robo
 protected function stopTimer()
 {
     if (!isset($this->timer)) {
         return;
     }
     $this->timer->stop();
 }