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