You are here

public function ConstraintViolationList::offsetExists in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php, line 127

Class

ConstraintViolationList
Default implementation of {@ConstraintViolationListInterface}.

Namespace

Symfony\Component\Validator

Code

public function offsetExists($offset) {
  return $this
    ->has($offset);
}