$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\Blocks ornull |
null
|
Return types
Kirby\Cms\Block
ornull
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