Exemple #1
0
 public function init()
 {
     parent::init();
     $this->_waitTime = $this->_waitTime * 60;
     $this->_nowTime = time();
     $this->_pointTime = $this->_waitTime * intval($this->_nowTime / $this->_waitTime);
 }
Exemple #2
0
 /**
  * 初始化
  */
 public function init()
 {
     parent::init();
 }