Skip to content

Kirby 3.8.4

$arguments->paginate()

Add pagination

$arguments->paginate(array $arguments = null): Kirby\Query\Arguments

Parameters

Name Type Default
$arguments array null

Return type

Kirby\Query\Arguments

This method does not modify the existing $arguments object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Query\Arguments inherited from Kirby\Toolkit\Collection