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