Skip to content

Kirby 5.0.4

$pagination->rangeStart()

Returns the first page of the created range

$pagination->rangeStart(int $range = 5): int

Parameters

Name Type Default
$range int 5

Return type

int

This method modifies the existing $pagination object it is applied to and returns it again.

Parent class

Kirby\Cms\Pagination inherited from Kirby\Toolkit\Pagination