class CodeUnitValidator extends ConstraintValidator

Methods

validate(mixed $value, Constraint $constraint)

Checks if the passed value is valid.

Details

at line 1118
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