Detailed Description
Definition at line 33 of file Alnum.php.
Constructor & Destructor Documentation
Sets default option values for this instance
- Parameters:
-
| boolean | Zend_Config | $allowWhiteSpace | |
- Returns:
- void
Definition at line 71 of file Alnum.php.
Member Function Documentation
Returns the allowWhiteSpace option
- Returns:
- boolean
Definition at line 93 of file Alnum.php.
Sets the allowWhiteSpace option
- Parameters:
-
- Returns:
- Zend_Filter_Alnum Provides a fluent interface
Definition at line 104 of file Alnum.php.
Field Documentation
$_filter = null [static, protected] |
$_messageTemplates [protected] |
Initial value: array(
self::INVALID => "Invalid type given, value should be float, string, or integer",
self::NOT_ALNUM => "'%value%' contains characters which are non alphabetic and no digits",
self::STRING_EMPTY => "'%value%' is an empty string",
)
Reimplemented from Zend_Validate_Abstract.
Definition at line 59 of file Alnum.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Validate/Alnum.php