Skip to content

Kirby 4.1.2

$users->find()

Find one or multiple elements by id

$users->find(string ...$keys = null): mixed

Parameters

Name Type Default
... $keys string null

Return type

mixed

Parent class

Kirby\Cms\Users inherited from Kirby\Toolkit\Collection