Automattic\WooCommerce\Vendor\GraphQL\Language\AST
StringValueNode{}└─ ValueNode, Node
Хуков нет.
Использование
$StringValueNode = new StringValueNode(); // use class methods
Методы
Нет Методов у класса.Код StringValueNode{} StringValueNode{} WC 11.0.1
class StringValueNode extends Node implements ValueNode
{
public string $kind = NodeKind::STRING;
public string $value;
public bool $block = false;
}