Automattic\WooCommerce\Vendor\GraphQL\Language\AST

Node::__constructpublicWC 1.0

Method of the class: Node{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Node = new Node();
$Node->__construct( $vars );
$vars(array<string, mixed>) (required)
.

Node::__construct() code WC 11.0.1

public function __construct(array $vars)
{
    Utils::assign($this, $vars);
}