ExecutionContextInterface::setConstraint()

setConstraint(Constraint $constraint)

2016-10-28 06:15:57
ExecutionContext::getValidator()

ValidatorInterface

2016-10-28 06:15:47
ExecutionContextInterface::getPropertyPath()

string getPropertyPath(string $subPath = '') Returns the property path to the value that the

2016-10-28 06:15:55
ExecutionContext::getValue()

mixed getValue() Returns the value that the validator is currently validating. If you

2016-10-28 06:15:47
ExecutionContext::isConstraintValidated()

bool isConstraintValidated(string $cacheKey, string $constraintHash) Returns whether a constraint

2016-10-28 06:15:47
ExecutionContext::getMetadata()

MetadataInterface|null

2016-10-28 06:15:46
ExecutionContextInterface::getObject()

object|null getObject() Returns the currently validated object. If the validator is currently

2016-10-28 06:15:54
ExecutionContextInterface::buildViolation()

ConstraintViolationBuilderInterface buildViolation(string $message, array $parameters = array()) Returns a builder for adding a violation with extended information. Call {@link ConstraintViolationBuilderInterface::addViolation()} to add the violation when you're done with the configuration: $context->buildViolation('Please enter a number between %min% and %max%.') ->setParameter('%min%', 3) ->setParameter('%max%', 10) ->setTranslationDomain('number_valida

2016-10-28 06:15:54
ExecutionContext::getClassName()

string|null getClassName() Returns the class name of the current node. If the metadata

2016-10-28 06:15:45
ExecutionContextInterface::getValidator()

ValidatorInterface

2016-10-28 06:15:55