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
Fabien Potencier e8f9a55012 fixed CS
2012-01-17 11:23:46 +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] fixed phpdoc. 2011-08-10 16:11:31 +02:00
Callback.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
CallbackValidator.php [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Choice.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
ChoiceValidator.php fixed CS 2011-12-18 14:42:59 +01:00
Collection.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
CollectionValidator.php fixed CS 2012-01-17 11:23:46 +01:00
Country.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
CountryValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02: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] fixed phpdoc. 2011-08-10 16:11:31 +02:00
Email.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
EmailValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02:00
False.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
FalseValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02:00
File.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
FileValidator.php merged 2.0 2011-12-18 14:48:17 +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 fixed CS 2011-10-29 12:05:45 +02:00
Ip.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
IpValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02:00
Language.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
LanguageValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02:00
Locale.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
LocaleValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02: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 grapheme_strlen when mbstring is not installed but intl is installed 2011-09-29 16:15:57 +02:00
MaxValidator.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02: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 grapheme_strlen when mbstring is not installed but intl is installed 2011-09-29 16:15:57 +02:00
MinValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02:00
NotBlank.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
NotBlankValidator.php Per the [documentation][1], the NotBlank constraint should be using the empty language construct, otherwise it will not trigger on, for example, a boolean false from an unchecked checkbox field. 2011-09-02 09:37:48 +02:00
NotNull.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
NotNullValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02:00
Null.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
NullValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02:00
Regex.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
RegexValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02: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 grapheme_strlen when mbstring is not installed but intl is installed 2011-09-29 16:17:19 +02:00
SizeValidator.php added a Size validator 2011-09-29 15:56:37 +02:00
Time.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
TimeValidator.php merged branch hidenorigoto/validator_pattern_late_static_bind (PR #1914) 2011-08-19 14:11:41 +02:00
True.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
TrueValidator.php [Validator] fixed phpdoc. 2011-08-10 16:11:31 +02:00
Type.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
TypeValidator.php fixed CS 2011-12-18 14:42:59 +01:00
Url.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
UrlValidator.php merged branch hidenorigoto/validator_pattern_late_static_bind (PR #1914) 2011-08-19 14:11:41 +02:00
Valid.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00