Skip to content

Kirby 4.5.0

$fieldset->hasNext()

Checks if there's a next item in the collection

$fieldset->hasNext(\Kirby\Cms\Collection|null $collection = null): bool

Parameters

Name Type Default
$collection Kirby\Cms\Collection|null null

Return type

bool

Parent class

Kirby\Cms\Fieldset inherited from Kirby\Cms\Item