$user->isFirst()
Checks if the item is the first in the collection
$user->isFirst(Kirby\Cms\Users|null $collection = null): bool
Parameters
Name | Type | Default |
---|---|---|
$collection | Kirby\Cms\Users ornull |
null
|
Return type
bool