コード例 #1
0
ファイル: Timer.php プロジェクト: viniciusferreira/icicle
 /**
  * {@inheritdoc}
  */
 public function stop()
 {
     $this->manager->stop($this);
 }