$lazyCollection->add()
Adds a single object or an entire second collection to the current collection
$lazyCollection->add(Kirby\Cms\Collection|array|TValue $object): Kirby\Cms\LazyCollection
Parameters
| Name | Type | Default |
|---|---|---|
| $objectrequired | Kirby\Cms\Collection<TValue>orarray<TValue>orTValue |
no default value |
Return type
This method modifies the existing $lazycollection object it is applied to and returns it again.
Parent class
Kirby\Cms\LazyCollection
inherited from Kirby\Cms\Collection