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

ElementNode::getNamespacepublicWC 1.0

Method of the class: ElementNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ElementNode::getNamespace() code WC 10.4.3

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