예제 #1
0
파일: Test.php 프로젝트: hillstill/soohyaf
 public function init()
 {
     parent::init();
     $this->toBeContinue = true;
     $this->_secondsRunAgain = 300;
     $this->ret = new \Sooh\Base\Crond\Ret();
 }
예제 #2
0
파일: Taska.php 프로젝트: hillstill/sooh
 public function init()
 {
     parent::init();
     $this->_secondsRunAgain = 300;
 }