$page->prev()
Returns the previous item in the collection if available
Parameters
Name | Type | Default |
---|---|---|
$collection | Kirby\Cms\Collection |null |
null |
Return type
Kirby\Cms\Page
|null
This method does not modify the existing $page
object but returns a new object with the changes applied. Learn more →