Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
NegationNode::getSelector
Method of the class: NegationNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$NegationNode = new NegationNode(); $NegationNode->getSelector(): NodeInterface;
NegationNode::getSelector() NegationNode::getSelector code WC 10.8.1
public function getSelector(): NodeInterface
{
return $this->selector;
}