mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
w
This commit is contained in:
@ -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]]
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user