Skip to content

Kirby 3.9.8

$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