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