accept(ValidationVisitorInterface $visitor, mixed $value, string|string[] $group, string $propertyPath)
deprecated
deprecated
since version 2.5, to be removed in 3.0.
Implementation of the Visitor design pattern. Calls {@link ValidationVisitorInterface::visit} and then forwards the accept()-call to all property metadata instances.
Parameters ValidationVisitorInterface $visitor The visitor implementing the validation logic mixed $value The value to validate string|string[] $group