Automattic\WooCommerce\Vendor\GraphQL\Language\AST

Node::cloneDeeppublicWC 1.0

Returns a clone of this instance and all its children, except Location $loc.

Method of the class: Node{}

No Hooks.

Returns

static.

Usage

$Node = new Node();
$Node->cloneDeep(): self;

Node::cloneDeep() code WC 10.9.4

public function cloneDeep(): self
{
    return static::cloneValue($this);
}