PHP 클래스 DragonBe\Vies\Validator\ValidatorES

상속: extends ValidatorAbstract
파일 보기 프로젝트 열기: dragonbe/vies

보호된 프로퍼티들

프로퍼티 타입 설명
$allowedC1Alphabetic array Allowed C1 if C9 is Alphabetic
$allowedC1Numeric array Allowed C1 if C9 is Numeric
$checkCharacter array Check Character: 1-A, 2-B, 3-C, 4-D, 5-E, 6-F, 7-G, 8-H, 9-I, 10-J

공개 메소드들

메소드 설명
validate ( string $vatNumber ) : boolean

비공개 메소드들

메소드 설명
validateJuridical ( $vatNumber ) : string
validateNational ( $vatNumber ) : string

메소드 상세

validate() 공개 메소드

public validate ( string $vatNumber ) : boolean
$vatNumber string
리턴 boolean

프로퍼티 상세

$allowedC1Alphabetic 보호되어 있는 프로퍼티

Allowed C1 if C9 is Alphabetic
protected array $allowedC1Alphabetic
리턴 array

$allowedC1Numeric 보호되어 있는 프로퍼티

Allowed C1 if C9 is Numeric
protected array $allowedC1Numeric
리턴 array

$checkCharacter 보호되어 있는 프로퍼티

Check Character: 1-A, 2-B, 3-C, 4-D, 5-E, 6-F, 7-G, 8-H, 9-I, 10-J
protected array $checkCharacter
리턴 array