Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node

AttributeNode::getSelectorpublicWC 1.0

Method of the class: AttributeNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AttributeNode = new AttributeNode();
$AttributeNode->getSelector(): NodeInterface;

AttributeNode::getSelector() code WC 11.0.1

public function getSelector(): NodeInterface
{
    return $this->selector;
}