Skip to content

Kirby 4.2.0

$fieldclass->next()

Returns the next item in the collection if available

$fieldclass->next(\Kirby\Cms\Collection|null $collection = null): Kirby\Form\FieldClass|null

Parameters

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

Return type

Kirby\Form\FieldClass|null

This method does not modify the existing $fieldclass object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Form\FieldClass