public function ConstraintViolationListInterface::addAll in Plug 7
Merges an existing violation list into this list.
@api
Parameters
ConstraintViolationListInterface $otherList The list to merge.:
1 method overrides ConstraintViolationListInterface::addAll()
- ConstraintViolationList::addAll in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ ConstraintViolationList.php - Merges an existing violation list into this list.
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ ConstraintViolationListInterface.php, line 39
Class
- ConstraintViolationListInterface
- A list of constraint violations.
Namespace
Symfony\Component\ValidatorCode
public function addAll(ConstraintViolationListInterface $otherList);