W3cubDocs

/Symfony 3.0

Symfony\Component\Validator\ConstraintValidatorInterface

interface ConstraintValidatorInterface

Methods

initialize(ExecutionContextInterface $context)

Initializes the constraint validator.

validate(mixed $value, Constraint $constraint)

Checks if the passed value is valid.

Details

public initialize(ExecutionContextInterface $context)

Initializes the constraint validator.

Parameters

ExecutionContextInterface $context The current validation context

public validate(mixed $value, Constraint $constraint)

Checks if the passed value is valid.

Parameters

mixed $value The value that should be validated
Constraint $constraint The constraint for the validation

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/Validator/ConstraintValidatorInterface.html