Automattic\WooCommerce\Vendor\GraphQL\Language\AST

NodeList::__constructpublicWC 1.0

Method of the class: NodeList{}

No Hooks.

Returns

null. Nothing (null).

Usage

$NodeList = new NodeList();
$NodeList->__construct( $nodes );
$nodes(array<Node|array>) (required)
.

NodeList::__construct() code WC 10.9.1

public function __construct(array $nodes)
{
    $this->nodes = $nodes;
}