public function ConstraintViolationList::getIterator in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/ConstraintViolationList.php \Symfony\Component\Validator\ConstraintViolationList::getIterator()
File
- vendor/
symfony/ validator/ ConstraintViolationList.php, line 111
Class
- ConstraintViolationList
- Default implementation of {@ConstraintViolationListInterface}.
Namespace
Symfony\Component\ValidatorCode
public function getIterator() {
return new \ArrayIterator($this->violations);
}