Skip to content

Kirby 4.2.0

$block->prev()

Returns the previous item in the collection if available

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

Parameters

Name Type Default
$collection Kirby\Cms\Collection|null null

Return type

Kirby\Cms\Block|null

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