Skip to content

Kirby 3.6.6

$block->nextAll()

Returns the end of the collection starting after the current item

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

Parameters

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

Return type

Kirby\Cms\Collection

Parent class

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