Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
AttributeNode::getOperator
Method of the class: AttributeNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AttributeNode = new AttributeNode(); $AttributeNode->getOperator(): string;
AttributeNode::getOperator() AttributeNode::getOperator code WC 10.5.0
public function getOperator(): string
{
return $this->operator;
}