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