Class BooleanValidator
Boolean validator
- Phramework\Validate\BaseValidator
- Phramework\Validate\BooleanValidator
Namespace: Phramework\Validate
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 0.0.0
Located at BooleanValidator.php
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 0.0.0
Located at BooleanValidator.php
Methods summary
public
|
|
public
|
Methods inherited from Phramework\Validate\BaseValidator
__get()
,
__set()
,
createFromArray()
,
createFromJSON()
,
createFromObject()
,
createFromObjectForAdditional()
,
getType()
,
getTypeAttributes()
,
parse()
,
parseStatic()
,
registerValidator()
,
runValidateCallback()
,
setDefault()
,
setDescription()
,
setEnum()
,
setNot()
,
setTitle()
,
setValidateCallback()
,
toArray()
,
toJSON()
,
toObject()
,
validateCommon()
,
validateEnum()
,
validateNot()
Properties summary
protected static
string
|
$type
Overwrite base class type |
#
'boolean'
|
Properties inherited from Phramework\Validate\BaseValidator
$attributes
,
$commonAttributes
,
$default
,
$typeAttributes
,
$validateCallback