$block->next()
Returns the next item in the collection if available
$block->next(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