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

NegationNode::getSubSelectorpublicWC 1.0

Метод класса: NegationNode{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код NegationNode::getSubSelector() WC 10.5.0

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