public function XPathExpr::getCondition in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/css-selector/XPath/XPathExpr.php \Symfony\Component\CssSelector\XPath\XPathExpr::getCondition()
Return value
string
File
- vendor/
symfony/ css-selector/ XPath/ XPathExpr.php, line 79
Class
- XPathExpr
- XPath expression translator interface.
Namespace
Symfony\Component\CssSelector\XPathCode
public function getCondition() {
return $this->condition;
}