$items->count()
Counts all elements
$items->count(): int
Return type
int
This method modifies the existing $items
object it is applied to and returns it again.
Parent class
Kirby\Cms\Items
inherited from Kirby\Toolkit\Iterator
Counts all elements
$items->count(): int
int
This method modifies the existing $items
object it is applied to and returns it again.
Kirby\Cms\Items
inherited from Kirby\Toolkit\Iterator