|
|
|
@ -32,16 +32,16 @@ namespace yii\validators;
|
|
|
|
|
* - `url`: [[UrlValidator]] |
|
|
|
|
* - `unique`: [[UniqueValidator]] |
|
|
|
|
* - `compare`: [[CompareValidator]] |
|
|
|
|
* - `length`: [[StringValidator]] |
|
|
|
|
* - `in`: [[RangeValidator]] |
|
|
|
|
* - `numerical`: [[NumberValidator]] |
|
|
|
|
* - `captcha`: [[CaptchaValidator]] |
|
|
|
|
* - `type`: [[TypeValidator]] |
|
|
|
|
* - `boolean`: [[BooleanValidator]] |
|
|
|
|
* - `string`: [[StringValidator]] |
|
|
|
|
* - `integer`: [[NumberValidator]] |
|
|
|
|
* - `double`: [[NumberValidator]] |
|
|
|
|
* - `date`: [[DateValidator]] |
|
|
|
|
* - `file`: [[FileValidator]] |
|
|
|
|
* - `captcha`: [[CaptchaValidator]] |
|
|
|
|
* - `default`: [[DefaultValueValidator]] |
|
|
|
|
* - `exist`: [[ExistValidator]] |
|
|
|
|
* - `boolean`: [[BooleanValidator]] |
|
|
|
|
* - `date`: [[DateValidator]] |
|
|
|
|
* - `safe`: [[SafeValidator]] |
|
|
|
|
* - `unsafe`: [[UnsafeValidator]] |
|
|
|
|
* |
|
|
|
|