Commit aaae62bd by Qiang Xue

w

parent af593aad
...@@ -32,16 +32,16 @@ namespace yii\validators; ...@@ -32,16 +32,16 @@ namespace yii\validators;
* - `url`: [[UrlValidator]] * - `url`: [[UrlValidator]]
* - `unique`: [[UniqueValidator]] * - `unique`: [[UniqueValidator]]
* - `compare`: [[CompareValidator]] * - `compare`: [[CompareValidator]]
* - `length`: [[StringValidator]]
* - `in`: [[RangeValidator]] * - `in`: [[RangeValidator]]
* - `numerical`: [[NumberValidator]] * - `boolean`: [[BooleanValidator]]
* - `captcha`: [[CaptchaValidator]] * - `string`: [[StringValidator]]
* - `type`: [[TypeValidator]] * - `integer`: [[NumberValidator]]
* - `double`: [[NumberValidator]]
* - `date`: [[DateValidator]]
* - `file`: [[FileValidator]] * - `file`: [[FileValidator]]
* - `captcha`: [[CaptchaValidator]]
* - `default`: [[DefaultValueValidator]] * - `default`: [[DefaultValueValidator]]
* - `exist`: [[ExistValidator]] * - `exist`: [[ExistValidator]]
* - `boolean`: [[BooleanValidator]]
* - `date`: [[DateValidator]]
* - `safe`: [[SafeValidator]] * - `safe`: [[SafeValidator]]
* - `unsafe`: [[UnsafeValidator]] * - `unsafe`: [[UnsafeValidator]]
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment