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