Detailed Description
Definition at line 33 of file Ccnum.php.
Constructor & Destructor Documentation
Member Function Documentation
Field Documentation
$_filter = null [static, protected] |
$_messageTemplates [protected] |
Initial value: array(
self::LENGTH => "'%value%' must contain between 13 and 19 digits",
self::CHECKSUM => "Luhn algorithm (mod-10 checksum) failed on '%value%'"
)
Reimplemented from Zend_Validate_Abstract.
Definition at line 57 of file Ccnum.php.
Validation failure message key for when the value fails the mod-10 checksum
Definition at line 43 of file Ccnum.php.
Validation failure message key for when the value is not of valid length
Definition at line 38 of file Ccnum.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Validate/Ccnum.php