protected static property Time::$errorNames in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Constraints/Time.php \Symfony\Component\Validator\Constraints\Time::errorNames
Maps error codes to the names of their constants.
Type: array
Overrides Constraint::$errorNames
File
- vendor/
symfony/ validator/ Constraints/ Time.php, line 27
Class
- Time
- @Target({"PROPERTY", "METHOD", "ANNOTATION"})
Namespace
Symfony\Component\Validator\ConstraintsCode
protected static $errorNames = array(
self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR',
self::INVALID_TIME_ERROR => 'INVALID_TIME_ERROR',
);