class ExecutionContext
The central object representing a single validation process.
This object is used by the GraphWalker to initialize validation of different
items and keep track of the violations.
Methods
| __construct($root, GraphWalker $graphWalker, ClassMetadataFactoryInterface $metadataFactory) | ||
| __clone() | ||
| addViolation($message, array $params, $invalidValue) | ||
| ConstraintViolationList | getViolations() | |
| getRoot() | ||
| setPropertyPath($propertyPath) | ||
| getPropertyPath() | ||
| setCurrentClass($class) | ||
| getCurrentClass() | ||
| setCurrentProperty($property) | ||
| getCurrentProperty() | ||
| setGroup($group) | ||
| getGroup() | ||
| GraphWalker | getGraphWalker() | |
| ClassMetadataFactoryInterface | getMetadataFactory() |