protected static property CardScheme::$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/ CardScheme.php, line 30
Class
- CardScheme
- Metadata for the CardSchemeValidator.
Namespace
Symfony\Component\Validator\ConstraintsCode
protected static $errorNames = array(
self::NOT_NUMERIC_ERROR => 'NOT_NUMERIC_ERROR',
self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR',
);