$structureobject->next()
Returns the next item in the collection if available
$structureobject->next(\Kirby\Cms\Collection|null $collection = null): Kirby\Cms\StructureObject|null
Parameters
| Name | Type | Default |
|---|---|---|
| $collection | Kirby\Cms\Collection|null |
null |
Return type
Kirby\Cms\StructureObject|null
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