updateInternal() protected method
See also update().
protected integer|false updateInternal ( $attributes = null ) | ||
---|---|---|
$attributes | array |
Attributes to update |
return | integer|false |
The number of rows affected, or false if beforeSave() stops the updating process. |
throws | yii\db\StaleObjectException |
Please login to continue.