class ConstraintViolationList implements IteratorAggregate, ConstraintViolationListInterface
Default implementation of {@ConstraintViolationListInterface}.
Methods
__construct(array $violations = array()) Creates a new constraint violation list.
string __toString() Converts the violation into a string for debugging purposes.
add(ConstraintViolationInterface $violation) Adds a constraint violation to this list.
addAll(ConstraintViolationListInterface $otherList) Merges an e