$pagination->rangeEnd()
Returns the last page of the created range
$pagination->rangeEnd(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.