예제 #1
0
파일: System99.php 프로젝트: jschaedl/bav
 public function isValid($account)
 {
     return parent::isValid($account) || Math::isBetween($account, 396000000, 499999999);
 }
예제 #2
0
파일: SystemB7.php 프로젝트: jschaedl/bav
 protected function getResult()
 {
     return Math::isBetween($this->account, 1000000, 5999999) || Math::isBetween($this->account, 700000000, 899999999) ? parent::getResult() : true;
 }