protected function walkObjectForGroup(ClassMetadata $metadata, $object, $group, $propertyPath, $propagatedGroup = null)
 {
     $metadata->accept($this->visitor, $object, $group, $propertyPath, $propagatedGroup);
 }
Exemplo n.º 2
0
 /**
  * {@inheritDoc}
  */
 public function accept(ValidationVisitorInterface $visitor, $value, $group, $propertyPath)
 {
     $this->validatorClassMetadata->accept($visitor, $value, $group, $propertyPath);
 }