Beispiel #1
0
 public function isValid($account)
 {
     return parent::isValid($account) || Math::isBetween($account, 396000000, 499999999);
 }
Beispiel #2
0
 protected function getResult()
 {
     return Math::isBetween($this->account, 1000000, 5999999) || Math::isBetween($this->account, 700000000, 899999999) ? parent::getResult() : true;
 }