예제 #1
0
 /**
  * @return boolean
  */
 public function validate($input)
 {
     return $this->bav->isValidBIC($input);
 }