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

NegationNode::getSelectorpublicWC 1.0

Method of the class: NegationNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$NegationNode = new NegationNode();
$NegationNode->getSelector(): NodeInterface;

NegationNode::getSelector() code WC 10.8.1

public function getSelector(): NodeInterface
{
    return $this->selector;
}