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