Skip to content

Kirby 4.2.0

$collection->clone()

Returns a cloned instance of the collection

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

Return type

Kirby\Toolkit\Collection

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

Parent class

Kirby\Toolkit\Collection