Имя |
Описание |
All |
|
AllValidator |
|
Blank |
|
BlankValidator |
|
Callback |
|
CallbackValidator |
Validator for Callback constraint |
Choice |
|
ChoiceValidator |
ChoiceValidator validates that the value is one of the expected values. |
CollectionValidator |
|
Country |
|
CountryValidator |
Validates whether a value is a valid country code |
Date |
|
DateTimeValidator |
|
DateValidator |
|
Email |
|
EmailValidator |
|
False |
|
FalseValidator |
|
File |
|
FileValidator |
|
GroupSequence |
A sequence of validation groups. |
IpValidator |
Validates whether a value is a valid IP address |
LanguageValidator |
Validates whether a value is a valid language code |
Locale |
|
LocaleValidator |
Validates whether a value is a valid locale code |
Max |
|
MaxLength |
|
MaxLengthValidator |
|
MaxValidator |
|
MinLength |
|
MinLengthValidator |
|
MinValidator |
|
NotBlank |
|
NotBlankValidator |
|
NotNull |
|
NotNullValidator |
|
Null |
|
NullValidator |
|
Regex |
|
RegexValidator |
Validates whether a value match or not given regexp pattern |
TimeValidator |
|
Type |
|
TypeValidator |
|
UrlValidator |
|
Valid |
|