This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator
Fabien Potencier ea800c2e51 merged branch hidenorigoto/validator_pattern_late_static_bind (PR #1914)
Commits
-------

275da0d [Validator] changed 'self' to 'static' for child class to override pattern constant

Discussion
----------

[Validator] change 'self::' to 'static::' for PATTERN constant overridable in child classes

In TimeValidator and UrlValidator, PATTERN constant is not used with late static bind(static::) while DateValidator supports it.
2011-08-19 14:11:41 +02:00
..
Constraints merged branch hidenorigoto/validator_pattern_late_static_bind (PR #1914) 2011-08-19 14:11:41 +02:00
Exception fixed CS 2011-06-08 12:16:48 +02:00
Mapping Remove useless code 2011-07-04 14:08:20 +02:00
Constraint.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
ConstraintValidator.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
ConstraintValidatorFactory.php fixed CS 2011-06-08 12:16:48 +02:00
ConstraintValidatorFactoryInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
ConstraintValidatorInterface.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
ConstraintViolation.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
ConstraintViolationList.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
ExecutionContext.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
GraphWalker.php [Validator] fixed error message property path when a collection error occurs 2011-07-16 00:29:54 +02:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
ObjectInitializerInterface.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
Validator.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
ValidatorContext.php [Validator] renamed method to follow CS 2011-03-30 23:10:30 +02:00
ValidatorContextInterface.php fixed CS 2011-06-08 12:16:48 +02:00
ValidatorFactory.php fixed CS 2011-06-14 12:54:32 +02:00
ValidatorInterface.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00