$kirby->user()
Returns a specific user by id or the current user if no id is given
Parameters
Name | Type | Default | Description |
---|---|---|---|
$id | string |null |
null |
|
$allowImpersonation | bool |
true |
If set to false, only the actually logged in user will be returned (when $id is passed as null ) |
Return type
Kirby\Cms\User
|null