merge()
merge(array|\Charcoal\Model\Traversable $objs) : \Charcoal\Model\CollectionInterface
Merge the collection with the given objects.
Parameters
array|\Charcoal\Model\Traversable | $objs | Array of objects to append to this collection. |