PHP Class Cake\Localized\Validation\ItValidation

Inheritance: extends LocalizedValidation
Datei anzeigen Open project: cakephp/localized Class Usage Examples

Public Methods

Method 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 method

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

personId() public static method

Checks a country specific identification number.
public static personId ( string $check ) : boolean
$check string The value to check.
return boolean Success.

phone() public static method

Checks a phone number for Italy.
public static phone ( string $check ) : boolean
$check string The value to check.
return boolean Success.

postal() public static method

Checks a postal code for Italy.
public static postal ( string $check ) : boolean
$check string The value to check.
return boolean Success.