You are here

public function XPathExpr::getElement in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/css-selector/XPath/XPathExpr.php \Symfony\Component\CssSelector\XPath\XPathExpr::getElement()

Return value

string

File

vendor/symfony/css-selector/XPath/XPathExpr.php, line 59

Class

XPathExpr
XPath expression translator interface.

Namespace

Symfony\Component\CssSelector\XPath

Code

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