Skip to content

Kirby 4.2.0

$useractions->update()

Updates the user data

$useractions->update(?array $input = null, ?string $languageCode = null, bool $validate = false): Kirby\Cms\UserActions

Parameters

Name Type Default
$input array|null null
$languageCode string|null 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