PHP 클래스 Cake\Localized\Validation\PlValidation

상속: extends LocalizedValidation
파일 보기 프로젝트 열기: cakephp/localized 1 사용 예제들

공개 메소드들

메소드 설명
personId ( string $check ) : boolean Checks a social security number (NIP) for Poland.
pesel ( string $check ) : boolean Checks PESEL Universal Electronic System for Registration of the Population in Poland
phone ( string $check ) : boolean Checks a phone number.
postal ( string $check ) : boolean Checks a postal code for Poland.
regon ( string $check ) : boolean Checks REGON National Business Registry Number in Poland

메소드 상세

personId() 공개 정적인 메소드

Checks a social security number (NIP) for Poland.
public static personId ( string $check ) : boolean
$check string Value to check
리턴 boolean Success.

pesel() 공개 정적인 메소드

Checks PESEL Universal Electronic System for Registration of the Population in Poland
public static pesel ( string $check ) : boolean
$check string Value to check
리턴 boolean Success.

phone() 공개 정적인 메소드

Checks a phone number.
public static phone ( string $check ) : boolean
$check string The value to check.
리턴 boolean Success.

postal() 공개 정적인 메소드

Checks a postal code for Poland.
public static postal ( string $check ) : boolean
$check string Value to check
리턴 boolean Success.

regon() 공개 정적인 메소드

Checks REGON National Business Registry Number in Poland
public static regon ( string $check ) : boolean
$check string Value to check
리턴 boolean Success.