PHP Class Cake\Localized\Validation\NlValidation

Inheritance: extends LocalizedValidation
Afficher le fichier Open project: cakephp/localized Class Usage Examples

Méthodes publiques

Méthode Description
personId ( string $check ) : boolean Checks a social security number (BSN) for The Netherlands
phone ( string $check ) : boolean Checks a phone number for The Netherlands
postal ( string $check ) : boolean Checks a postal code for The Netherlands

Method Details

personId() public static méthode

Checks a social security number (BSN) for The Netherlands
public static personId ( string $check ) : boolean
$check string The value to check.
Résultat boolean Success.

phone() public static méthode

Checks a phone number for The Netherlands
public static phone ( string $check ) : boolean
$check string The value to check.
Résultat boolean Success.

postal() public static méthode

Checks a postal code for The Netherlands
public static postal ( string $check ) : boolean
$check string The value to check.
Résultat boolean Success.