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