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

NegationNode::getSubSelectorpublicWC 1.0

Method of the class: NegationNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

NegationNode::getSubSelector() code WC 10.5.0

public function getSubSelector(): NodeInterface
{
    return $this->subSelector;
}