Skip to content

Kirby 4.2.0

$arguments->clone()

Returns a cloned instance of the collection

$arguments->clone(): Kirby\Query\Arguments

Return type

Kirby\Query\Arguments

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

Parent class

Kirby\Query\Arguments inherited from Kirby\Toolkit\Collection