Skip to content

Kirby 5.0.1

$structureObject->isLast()

Checks if the item is the last in the collection

$structureObject->isLast(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