Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
HashNode::__toString
Method of the class: HashNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$HashNode = new HashNode(); $HashNode->__toString(): string;
HashNode::__toString() HashNode:: toString code WC 10.5.0
public function __toString(): string
{
return sprintf('%s[%s#%s]', $this->getNodeName(), $this->selector, $this->id);
}