Skip to content

Kirby 4.1.2

$user->prevAll()

Returns the beginning of the collection before the current item

$user->prevAll(\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