$structureObject->prev()
Returns the previous item in the collection if available
$structureObject->prev(Kirby\Cms\Structure|null $collection = null): Kirby\Cms\StructureObject|null
Parameters
Name | Type | Default |
---|---|---|
$collection | Kirby\Cms\Structure ornull |
null
|
Return types
Kirby\Cms\StructureObject
ornull
This method does not modify the existing $structureobject
object but returns a new object with the changes applied. Learn more →
Parent class
Kirby\Cms\StructureObject
inherited from Kirby\Cms\Item