Docs for yii\validators\EachValidator adjusted

This commit is contained in:
Klimov Paul
2015-04-09 18:13:50 +03:00
parent 35eb833a2b
commit 9fedb978f6

View File

@ -30,7 +30,9 @@ use yii\base\Model;
* } * }
* ~~~ * ~~~
* *
* Note: this validator will not work with validation declared via model inline method. * Note: this validator will not work with validation declared via model inline method. If you declare inline
* validation rule for attribute, you should avoid usage of this validator and iterate over array attribute
* values manually inside your code.
* *
* @property Validator $validator related validator instance. This property is read only. * @property Validator $validator related validator instance. This property is read only.
* *