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/Constraints
2012-02-09 07:57:22 +01:00
..
Collection [Validator] Moved Optional and Required constraints to dedicated sub namespace. 2012-01-16 11:30:56 +01:00
All.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
AllValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02:00
Blank.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
BlankValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Callback.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
CallbackValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Choice.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
ChoiceValidator.php [Validator] added support for plural messages 2012-02-09 07:57:17 +01:00
Collection.php [Validator] The Collection constraint adds "missing" and "extra" errors to the individual fields now 2012-01-30 20:57:20 +01:00
CollectionValidator.php [Validator] Renamed methods addViolationAtRelativePath() and getAbsolutePropertyPath() in ExecutionContext 2012-02-02 10:13:41 +01:00
Country.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
CountryValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Date.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
DateTime.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
DateTimeValidator.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
DateValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Email.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
EmailValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
False.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
FalseValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
File.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
FileValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
GroupSequence.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
Image.php [Validator] Fixed typo in Image constraint 2011-09-06 16:59:08 +02:00
ImageValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Ip.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
IpValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Language.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
LanguageValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Locale.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
LocaleValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Max.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
MaxLength.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
MaxLengthValidator.php [Validator] added support for plural messages 2012-02-09 07:57:17 +01:00
MaxValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Min.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
MinLength.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
MinLengthValidator.php [Validator] added support for plural messages 2012-02-09 07:57:17 +01:00
MinValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
NotBlank.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
NotBlankValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
NotNull.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
NotNullValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Null.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
NullValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Regex.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
RegexValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Size.php added a Size validator 2011-09-29 15:56:37 +02:00
SizeLength.php [Validator] added a SizeLength validator 2011-09-29 15:45:52 +02:00
SizeLengthValidator.php [Validator] Added support for pluralization of the SizeLengthValidator 2012-02-09 07:57:22 +01:00
SizeValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Time.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
TimeValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
True.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
TrueValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Type.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
TypeValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Url.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
UrlValidator.php [Validator] Deprecated ConstraintValidator methods setMessage(), getMessageTemplate() and getMessageParameters() 2012-02-01 14:03:13 +01:00
Valid.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00