You are here

protected static property Count::$errorNames in Plug 7

Maps error codes to the names of their constants

Type: array

Overrides Constraint::$errorNames

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/Count.php, line 30

Class

Count
@Target({"PROPERTY", "METHOD", "ANNOTATION"})

Namespace

Symfony\Component\Validator\Constraints

Code

protected static $errorNames = array(
  self::TOO_FEW_ERROR => 'TOO_FEW_ERROR',
  self::TOO_MANY_ERROR => 'TOO_MANY_ERROR',
);