Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
SelectorNode::getTree
Method of the class: SelectorNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$SelectorNode = new SelectorNode(); $SelectorNode->getTree(): NodeInterface;
SelectorNode::getTree() SelectorNode::getTree code WC 10.5.0
public function getTree(): NodeInterface
{
return $this->tree;
}