Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
HashNode::getId
Method of the class: HashNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$HashNode = new HashNode(); $HashNode->getId(): string;
HashNode::getId() HashNode::getId code WC 10.7.0
public function getId(): string
{
return $this->id;
}