Class AllOf
Validates successfully if it validates successfully against all schema defined in allOf attribute
- Phramework\Validate\BaseValidator
- Phramework\Validate\AnyOf
- Phramework\Validate\AllOf
Namespace: Phramework\Validate
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 0.4.0
See: http://json-schema.org/latest/json-schema-validation.html#anchor82
Located at AllOf.php
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 0.4.0
See: http://json-schema.org/latest/json-schema-validation.html#anchor82
Located at AllOf.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
null
|
$type
Overwrite base class type |
#
null
|
protected static
string[]
|
$typeAttributes
Validator's attributes Can be overwritten |
#
[
'allOf'
]
|
protected
string
|
$anyOfProperty
|
#
'allOf'
|