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