Interface ValidatorInterface
Validator responsible for preparing and validating parameters against the parameter's schema
Direct known implementers
Guzzle\Service\Description\SchemaValidator
Namespace: Guzzle\Service\Description
Located at src/Guzzle/Service/Description/ValidatorInterface.php
Located at src/Guzzle/Service/Description/ValidatorInterface.php
public
boolean
|
#
validate(
Validate a value against the acceptable types, regular expressions, minimum, maximums, instanceOf, enums, etc Add default and static values to the passed in variable. If the validation completes successfully, the input must be run correctly through the matching schema's filters attribute. |
public
array
|