Automattic\WooCommerce\Vendor\GraphQL\Language\AST
NodeList::__construct
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() NodeList:: construct code WC 10.9.1
public function __construct(array $nodes)
{
$this->nodes = $nodes;
}