Automattic\WooCommerce\Vendor\GraphQL\Language\AST
DirectiveDefinitionNode::__construct
Method of the class: DirectiveDefinitionNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$DirectiveDefinitionNode = new DirectiveDefinitionNode(); $DirectiveDefinitionNode->__construct( $vars );
- $vars(array) (required)
- .
DirectiveDefinitionNode::__construct() DirectiveDefinitionNode:: construct code WC 10.9.1
public function __construct(array $vars)
{
parent::__construct($vars);
$this->arguments ??= new NodeList([]);
}