Skip to content

Kirby 3.5.7.1

$user->save()

Stores the content on disk

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

Parameters

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