Skip to content

Kirby 5.1.1

$user->save()

Low-level method to save the model with the given data. Consider using ::update() instead.

$user->save(array|null $data = null, string|null $languageCode = null, bool $overwrite = false): Kirby\Cms\User

Parameters

Name Type Default
$data arrayornull null
$languageCode stringornull null
$overwrite bool false

Return type

Kirby\Cms\User

This method does not modify the existing $user object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\User inherited from Kirby\Cms\ModelWithContent