$layout->nextAll()
Returns the end of the collection starting after the current item
$layout->nextAll(Kirby\Cms\Layouts|null $collection = null): Kirby\Cms\LayoutsParameters
| Name | Type | Default | 
|---|---|---|
| $collection | Kirby\Cms\Layoutsornull | null | 
Return type
This method modifies the existing $layout object it is applied to and returns it again.
Parent class
	Kirby\Cms\Layout
		inherited from Kirby\Cms\Item