PHP Class Cake\Localized\Validation\ItValidation

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

Méthodes publiques

Méthode Description
cf ( string $check ) : boolean Checks Codice Fiscale for Italy.
personId ( string $check ) : boolean Checks a country specific identification number.
phone ( string $check ) : boolean Checks a phone number for Italy.
postal ( string $check ) : boolean Checks a postal code for Italy.

Method Details

cf() public static méthode

Checks Codice Fiscale for Italy.
public static cf ( string $check ) : boolean
$check string The value to check.
Résultat boolean Success.

personId() public static méthode

Checks a country specific identification number.
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 Italy.
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 Italy.
public static postal ( string $check ) : boolean
$check string The value to check.
Résultat boolean Success.