Skip to content

Kirby 4.2.0

$collection->clone()

Returns a cloned instance of the collection

$collection->clone(): Kirby\Cms\Collection

Return type

Kirby\Cms\Collection

This method modifies the existing $collection object it is applied to and returns it again.

Parent class

Kirby\Cms\Collection inherited from Kirby\Toolkit\Collection