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