$layout->next()
Returns the next item in the collection if available
$layout->next(Kirby\Cms\Layouts|null $collection = null): Kirby\Cms\Layout|null
Parameters
Name | Type | Default |
---|---|---|
$collection | Kirby\Cms\Layouts ornull |
null
|
Return types
Kirby\Cms\Layout
ornull
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