예제 #1
0
파일: System26.php 프로젝트: jschaedl/bav
 protected function init($account)
 {
     parent::init($account);
     if (substr($this->account, 0, 2) === '00') {
         $this->account = substr($this->account, 2) . '00';
     }
 }
예제 #2
0
파일: System88.php 프로젝트: jschaedl/bav
 protected function init($account)
 {
     parent::init($account);
     $this->setEnd($this->account[2] == 9 ? 2 : 3);
 }