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

HashNode::getSelectorpublicWC 1.0

Method of the class: HashNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

HashNode::getSelector() code WC 10.7.0

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