$structureObject->hasNext()
Checks if there's a next item in the collection
$structureObject->hasNext(Kirby\Cms\Structure|null $collection = null): bool
Parameters
Name | Type | Default |
---|---|---|
$collection | Kirby\Cms\Structure ornull |
null
|
Return type
bool
Parent class
Kirby\Cms\StructureObject
inherited from Kirby\Cms\Item