Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node

AttributeNode::getOperatorpublicWC 1.0

Метод класса: AttributeNode{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$AttributeNode = new AttributeNode();
$AttributeNode->getOperator(): string;

Код AttributeNode::getOperator() WC 10.5.1

public function getOperator(): string
{
    return $this->operator;
}