示例#1
0
文件: System65.php 项目: jschaedl/bav
 protected function init($account)
 {
     parent::init($account);
     if ($this->account[8] == 9) {
         $this->setEnd(-1);
     } else {
         $this->setEnd(6);
     }
 }
示例#2
0
文件: System41.php 项目: jschaedl/bav
 protected function init($account)
 {
     parent::init($account);
     if ($this->account[3] == 9) {
         $this->end = 3;
     } else {
         $this->end = 0;
     }
 }