Skip to content

Kirby 5.4.4

$users->__call()

Temporary auto-hydration whenever a collection method is called; some methods may not need raw access to all collection data, so performance will be improved if methods call initialization or hydration themselves only if they need it

Deprecated
$users->__call(string $key, $arguments)

Parameters

Name Type Default
$keyrequired string no default value
$argumentsrequired mixed no default value

Parent class

Kirby\Cms\Users inherited from Kirby\Cms\LazyCollection