public function SelectorNode::getTree in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/css-selector/Node/SelectorNode.php \Symfony\Component\CssSelector\Node\SelectorNode::getTree()
Return value
File
- vendor/
symfony/ css-selector/ Node/ SelectorNode.php, line 47
Class
- SelectorNode
- Represents a "<selector>(::|:)<pseudoElement>" node.
Namespace
Symfony\Component\CssSelector\NodeCode
public function getTree() {
return $this->tree;
}