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