Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\XPath

XPathExpr::getElementpublicWC 1.0

Method of the class: XPathExpr{}

No Hooks.

Returns

null. Nothing (null).

Usage

$XPathExpr = new XPathExpr();
$XPathExpr->getElement(): string;

XPathExpr::getElement() code WC 10.5.0

public function getElement(): string
{
    return $this->element;
}