$fields->next()
Moves the cursor to the next element and returns it
$fields->next(): mixed|null
Return type
mixed|null
Parent class
Kirby\Form\Fields inherited from Kirby\Toolkit\Iterator
Moves the cursor to the next element and returns it
$fields->next(): mixed|null
mixed|null
Kirby\Form\Fields inherited from Kirby\Toolkit\Iterator