Skip to content

Kirby 4.1.2

$user->nextAll()

Returns the end of the collection starting after the current item

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