$userPicker->paginate()
Apply pagination to the collection of items according to the options.
$userPicker->paginate(Kirby\Cms\Collection $items): Kirby\Cms\Collection
Parameters
Name | Type | Default |
---|---|---|
$itemsrequired | Kirby\Cms\Collection |
no default value |
Return type
This method modifies the existing $userpicker
object it is applied to and returns it again.
Parent class
Kirby\Cms\UserPicker
inherited from Kirby\Cms\Picker