ConstraintValidatorInterface

interface ConstraintValidatorInterface

Methods

initialize(ExecutionContextInterface $context)

Initializes the constraint validator.

validate(mixed $value, Constraint $constraint)

Checks if the passed value is valid.

Details

initialize(ExecutionContextInterface $context)

Initializes the constraint validator.

Parameters

ExecutionContextInterface $context The current validation context

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
doc_Symfony
2016-10-28 06:11:31
Comments
Leave a Comment

Please login to continue.