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

AttributeNode::getNamespacepublicWC 1.0

Method of the class: AttributeNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AttributeNode = new AttributeNode();
$AttributeNode->getNamespace(): ?string;

AttributeNode::getNamespace() code WC 10.9.4

public function getNamespace(): ?string
{
    return $this->namespace;
}