Automattic\WooCommerce\Vendor\GraphQL\Language\AST

Node::toArraypublicWC 1.0

Method of the class: Node{}

No Hooks.

Returns

array<string, mixed>.

Usage

$Node = new Node();
$Node->toArray(): array;

Node::toArray() code WC 11.0.1

public function toArray(): array
{
    return self::recursiveToArray($this);
}