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

AttributeNode::getOperatorpublicWC 1.0

Method of the class: AttributeNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

AttributeNode::getOperator() code WC 10.5.0

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