Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\XPath
XPathExpr::getElement
Method of the class: XPathExpr{}
No Hooks.
Returns
null. Nothing (null).
Usage
$XPathExpr = new XPathExpr(); $XPathExpr->getElement(): string;
XPathExpr::getElement() XPathExpr::getElement code WC 10.5.0
public function getElement(): string
{
return $this->element;
}