PHP Class Cake\Localized\Validation\DkValidation

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 for Denmark.
phone ( string $check ) : boolean Checks a phone number.
postal ( string $check ) : boolean Checks a postal code for Denmark.

Method Details

personId() public static méthode

Checks a social security number for Denmark.
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.
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 Denmark.
public static postal ( string $check ) : boolean
$check string The value to check.
Résultat boolean Success