Automattic\WooCommerce\Vendor\GraphQL\Language\AST
Node::__construct
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() Node:: construct code WC 11.0.1
public function __construct(array $vars)
{
Utils::assign($this, $vars);
}