Detailed Description
Definition at line 33 of file Regex.php.
Constructor & Destructor Documentation
Sets validator options
- Parameters:
-
| string | Zend_Config | $pattern | |
- Exceptions:
-
- Returns:
- void
Definition at line 69 of file Regex.php.
Member Function Documentation
Returns the pattern option
- Returns:
- string
Definition at line 92 of file Regex.php.
Field Documentation
$_messageTemplates [protected] |
Initial value: array(
self::INVALID => "Invalid type given, value should be string, integer or float",
self::NOT_MATCH => "'%value%' does not match against pattern '%pattern%'",
self::ERROROUS => "There was an internal error while using the pattern '%pattern%'",
)
Reimplemented from Zend_Validate_Abstract.
Definition at line 42 of file Regex.php.
$_messageVariables [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Validate/Regex.php