Automattic\WooCommerce\Vendor\GraphQL\Language\AST

Node::__toStringpublicWC 1.0

Method of the class: Node{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Node = new Node();
$Node->__toString(): string;

Node::__toString() code WC 10.9.4

public function __toString(): string
{
    return json_encode($this, JSON_THROW_ON_ERROR);
}