Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
AttributeNode::getOperator
Метод класса: AttributeNode{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$AttributeNode = new AttributeNode(); $AttributeNode->getOperator(): string;
Код AttributeNode::getOperator() AttributeNode::getOperator WC 10.5.1
public function getOperator(): string
{
return $this->operator;
}