Skip to content

Kirby 3.6.6

$pagination->hardcopy()

Creates a clone and fetches all lazy-loaded getters to get a full copy

$pagination->hardcopy(): Kirby\Cms\Pagination

Return type

Kirby\Cms\Pagination

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

Parent class

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