$layout->next()
Returns the next item in the collection if available
Parameters
Name | Type | Default |
---|---|---|
$collection | Kirby\Cms\Collection |null |
null |
Return type
Kirby\Cms\Layout
|null
This method does not modify the existing $layout
object but returns a new object with the changes applied. Learn more →
Parent class
Kirby\Cms\Layout
inherited from Kirby\Cms\Item