Symfony\Component\CssSelector\XPath
XPathExpr::getCondition() public WC 1.0
{} Это метод класса: XPathExpr{}
Хуков нет.
Возвращает
Строку.
Использование
$XPathExpr = new XPathExpr(); $XPathExpr->getCondition();
Код XPathExpr::getCondition() XPathExpr::getCondition WC 5.0.0
public function getCondition()
{
return $this->condition;
}