Class DateValidator
Date validator
- Phramework\Validate\BaseValidator
- Phramework\Validate\StringValidator
- Phramework\Validate\DateValidator
Namespace: Phramework\Validate
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 0.1.0
See:
Uses:
Located at DateValidator.php
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 0.1.0
See:
http://json-schema.org/latest/json-schema-validation.html#anchor13 5.1. Validation keywords for numeric instances (number and integer)
Uses:
\Phramework\Validate\String As base implementation's rules to validate that the value is a number and then applies additional rules
Located at DateValidator.php
Methods summary
public
|
|
public
|
Methods inherited from Phramework\Validate\BaseValidator
__get()
,
__set()
,
createFromArray()
,
createFromJSON()
,
createFromObject()
,
createFromObjectForAdditional()
,
getType()
,
getTypeAttributes()
,
parse()
,
parseStatic()
,
registerValidator()
,
setDefault()
,
setDescription()
,
setEnum()
,
setTitle()
,
toArray()
,
toJSON()
,
toObject()
,
validateCommon()
,
validateEnum()
Properties summary
protected static
string
|
$type
Overwrite base class type |
#
'date'
|