serializeModelErrors() protected method
Serializes the validation errors in a model.
| protected array serializeModelErrors ( $model ) | ||
|---|---|---|
| $model | yii\base\Model | |
| return | array |
The array representation of the errors |
serializeModelErrors() protected method
Serializes the validation errors in a model.
| protected array serializeModelErrors ( $model ) | ||
|---|---|---|
| $model | yii\base\Model | |
| return | array |
The array representation of the errors |
Please login to continue.