You are here

protected static property CardScheme::$errorNames in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Constraints/CardScheme.php \Symfony\Component\Validator\Constraints\CardScheme::errorNames

Maps error codes to the names of their constants.

Type: array

Overrides Constraint::$errorNames

File

vendor/symfony/validator/Constraints/CardScheme.php, line 30

Class

CardScheme
Metadata for the CardSchemeValidator.

Namespace

Symfony\Component\Validator\Constraints

Code

protected static $errorNames = array(
  self::NOT_NUMERIC_ERROR => 'NOT_NUMERIC_ERROR',
  self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR',
);