mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
updated @property
annotations
This commit is contained in:
@ -41,8 +41,9 @@ use yii\validators\Validator;
|
||||
* @property array $attributes Attribute values (name => value).
|
||||
* @property array $errors An array of errors for all attributes. Empty array is returned if no error. The
|
||||
* result is a two-dimensional array. See [[getErrors()]] for detailed description. This property is read-only.
|
||||
* @property array $firstErrors The first errors. An empty array will be returned if there is no error. This
|
||||
* property is read-only.
|
||||
* @property array $firstErrors The first errors. The array keys are the attribute names, and the array values
|
||||
* are the corresponding error messages. An empty array will be returned if there is no error. This property is
|
||||
* read-only.
|
||||
* @property ArrayIterator $iterator An iterator for traversing the items in the list. This property is
|
||||
* read-only.
|
||||
* @property string $scenario The scenario that this model is in. Defaults to [[SCENARIO_DEFAULT]].
|
||||
|
Reference in New Issue
Block a user