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