$userActions->update()
Updates the user data
$userActions->update(array|null $input = null, string|null $languageCode = null, bool $validate = false): Kirby\Cms\UserActions
Parameters
| Name | Type | Default |
|---|---|---|
| $input | arrayornull |
null
|
| $languageCode | stringornull |
null
|
| $validate | bool |
false
|
Return type
Kirby\Cms\UserActions
This method does not modify the existing $useractions object but returns a new object with the changes applied. Learn more →
Parent class
Kirby\Cms\UserActions