Skip to content

Kirby 5.1.1

$block->prev()

Returns the previous item in the collection if available

$block->prev(Kirby\Cms\Blocks|null $collection = null): Kirby\Cms\Block|null

Parameters

Name Type Default
$collection Kirby\Cms\Blocksornull null

Return types

Kirby\Cms\Blockornull

This method does not modify the existing $block object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\Block inherited from Kirby\Cms\Item