예제 #1
0
파일: ValidatorB7.php 프로젝트: bmdevel/bav
 protected function getResult()
 {
     return $this->isBetween(1000000, 5999999) || $this->isBetween(700000000, 899999999) ? parent::getResult() : true;
 }