Skip to content

Kirby 4.2.0

$user->__call()

Modified getter to also return fields from the content

$user->__call(string $method, array $arguments = [ ]): mixed|null

Parameters

Name Type Default
$method * string
$arguments array [ ]

Return type

mixed|null

Parent class

Kirby\Cms\User