$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\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