Skip to content

Kirby 5.0.4

Search::users()

Search::users() has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.

Search::users(string|null $query = null, int|null $limit = null, int $page = 1): array

Parameters

Name Type Default
$query stringornull null
$limit intornull null
$page int 1

Return type

array

Parent class

Kirby\Panel\Controller\Search