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