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

ElementNode::getElementpublicWC 1.0

Method of the class: ElementNode{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ElementNode::getElement() code WC 10.7.0

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