示例#1
0
文件: Timer.php 项目: jjok/Robo
 protected function stopTimer()
 {
     if (!isset($this->timer)) {
         return;
     }
     $this->timer->stop();
 }