Automattic\WooCommerce\Vendor\GraphQL\Language\AST

Node::__toString │ public │ WC 1.0

Method of the class: Node{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Node::__toString() code WC 11.1.2

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