$picker->paginate()
Apply pagination to the collection of items according to the options.
$picker->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 $picker
object it is applied to and returns it again.