Public Member Functions |
| __construct ($locale=null) |
| getLocale () |
| setLocale ($locale=null) |
| isValid ($value) |
Data Fields |
const | NOTSUPPORTED = 'ibanNotSupported' |
const | FALSEFORMAT = 'ibanFalseFormat' |
const | CHECKFAILED = 'ibanCheckFailed' |
Protected Attributes |
| $_messageTemplates |
| $_locale |
| $_ibanregex |
Detailed Description
Definition at line 35 of file Iban.php.
Constructor & Destructor Documentation
__construct |
( |
$ |
locale = null ) |
|
Sets validator options
- Parameters:
-
- Returns:
- void
Definition at line 112 of file Iban.php.
Member Function Documentation
Returns the locale option
- Returns:
- string|Zend_Locale|null
Definition at line 124 of file Iban.php.
setLocale |
( |
$ |
locale = null ) |
|
Field Documentation
$_messageTemplates [protected] |
Initial value: array(
self::NOTSUPPORTED => "'%value%' does not have IBAN",
self::FALSEFORMAT => "'%value%' has a false format",
self::CHECKFAILED => "'%value%' has failed the IBAN check"
)
Reimplemented from Zend_Validate_Abstract.
Definition at line 46 of file Iban.php.
The documentation for this class was generated from the following file:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Validate/Iban.php