示例#1
0
 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;
 }