Skip to content

Kirby 5.0.2

$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\Structureornull null

Return type

bool

Parent class

Kirby\Cms\StructureObject inherited from Kirby\Cms\Item