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