Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
NegationNode::getSubSelector
Метод класса: NegationNode{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$NegationNode = new NegationNode(); $NegationNode->getSubSelector(): NodeInterface;
Код NegationNode::getSubSelector() NegationNode::getSubSelector WC 10.5.0
public function getSubSelector(): NodeInterface
{
return $this->subSelector;
}