Skip to content

Kirby 5.0.4

$userUuid->model()

Returns the user object

$userUuid->model(bool $lazy = false): Kirby\Cms\User|null

Parameters

Name Type Default
$lazy bool false

Return types

Kirby\Cms\Userornull

This method modifies the existing $useruuid object it is applied to and returns it again.

Parent class

Kirby\Uuid\UserUuid