Validate/Time.php
- package
- Validate
- Classes
- Kwf_Validate_Time
Description
\Kwf_Validate_Time
- Extends from
- \Zend_Validate_Abstract
- package
- Validate
- Constants
- INVALID
- NOT_HH_MM
- Properties
- $_messageTemplates
- Methods
- isValid
Description
Constants
NOT_HH_MM
NOT_HH_MM = 'timeNOT_HH_MM'
Validation failure message key for when the value does not follow the YYYY-MM-DD format
Details
- value
- timeNOT_HH_MM
INVALID
INVALID = 'timeInvalid'
Validation failure message key for when the value does not appear to be a valid date
Details
- value
- timeInvalid
Properties
$_messageTemplates
array $_messageTemplates = 'array'
Validation failure message template definitions
Details
- array
- visibility
- protected
- default
- array
- final
- false
- static
- false