Detailed Description
Definition at line 33 of file Date.php.
Constructor & Destructor Documentation
Sets validator options
- Parameters:
-
| string | Zend_Config | $options | OPTIONAL |
- Returns:
- void
Definition at line 77 of file Date.php.
Member Function Documentation
Returns the locale option
- Returns:
- string|null
Definition at line 135 of file Date.php.
Returns the locale option
- Returns:
- string|Zend_Locale|null
Definition at line 112 of file Date.php.
Sets the locale option
- Parameters:
-
| string | Zend_Locale | $locale | |
- Returns:
- Zend_Validate_Date provides a fluent interface
Definition at line 123 of file Date.php.
Field Documentation
$_messageTemplates [protected] |
Initial value: array(
self::INVALID => "Invalid type given, value should be string, integer, array or Zend_Date",
self::INVALID_DATE => "'%value%' does not appear to be a valid date",
self::FALSEFORMAT => "'%value%' does not fit the date format '%format%'",
)
Reimplemented from Zend_Validate_Abstract.
Definition at line 44 of file Date.php.
$_messageVariables [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Validate/Date.php