interface ConstraintViolationListInterface implements Traversable, Countable, ArrayAccess
A list of constraint violations.
| add(ConstraintViolationInterface $violation) Adds a constraint violation to this list. | ||
| addAll(ConstraintViolationListInterface $otherList) Merges an existing violation list into this list. | ||
| ConstraintViolationInterface | get(int $offset) Returns the violation at a given offset. | |
| bool | has(int $offset) Returns whether the given offset exists. | |
| set(int $offset, ConstraintViolationInterface $violation) Sets a violation at a given offset. | ||
| remove(int $offset) Removes a violation at a given offset. |
Adds a constraint violation to this list.
Merges an existing violation list into this list.
Returns the violation at a given offset.
Returns whether the given offset exists.
Sets a violation at a given offset.
Removes a violation at a given offset.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.2/Symfony/Component/Validator/ConstraintViolationListInterface.html