Skip to content

Kirby 5.0.2

$layout->hasNext()

Checks if there's a next item in the collection

$layout->hasNext(Kirby\Cms\Layouts|null $collection = null): bool

Parameters

Name Type Default
$collection Kirby\Cms\Layoutsornull null

Return type

bool

Parent class

Kirby\Cms\Layout inherited from Kirby\Cms\Item