Exemplo n.º 1
0
 /**
  * @param Badge      $badge
  * @param Constraint $constraint
  */
 public function validate($badge, Constraint $constraint)
 {
     if (null === $badge->getFile() && null === $badge->getImagePath()) {
         $this->context->addViolationAt('file', $constraint->message);
     }
 }