Skip to content

Kirby 5.0.2

$user->hasNext()

Checks if there's a next item in the collection

$user->hasNext(Kirby\Cms\Users|null $collection = null): bool

Parameters

Name Type Default
$collection Kirby\Cms\Usersornull null

Return type

bool

Parent class

Kirby\Cms\User