$layoutColumn->prevAll()
Returns the beginning of the collection before the current item
$layoutColumn->prevAll(Kirby\Cms\LayoutColumns|null $collection = null): Kirby\Cms\LayoutColumns
Parameters
Name | Type | Default |
---|---|---|
$collection | Kirby\Cms\LayoutColumns ornull |
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