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