Home
last modified time | relevance | path

Searched refs:functionTranslators (Results 1 – 1 of 1) sorted by relevance

/plugin/scrape/vendor/symfony/css-selector/XPath/
DTranslator.php47 private $functionTranslators = []; variable in Symfony\\Component\\CssSelector\\XPath\\Translator
126 …$this->functionTranslators = array_merge($this->functionTranslators, $extension->getFunctionTransl…
184 if (!isset($this->functionTranslators[$function->getName()])) {
188 return $this->functionTranslators[$function->getName()]($xpath, $function);