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