Validate/Time.php

Classes 
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

Methods

isValid

isValid( string $value ) : boolean

Defined by Zend_Validate_Interface

Returns true if and only if $value is a valid date of the format YYYY-MM-DD

Arguments
$value
string
Output
boolean
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox 0.12.3.