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