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