Searched refs:functionTranslators (Results 1 – 1 of 1) sorted by relevance
47 private $functionTranslators = []; variable in Symfony\\Component\\CssSelector\\XPath\\Translator126 …$this->functionTranslators = array_merge($this->functionTranslators, $extension->getFunctionTransl…184 if (!isset($this->functionTranslators[$function->getName()])) {188 return $this->functionTranslators[$function->getName()]($xpath, $function);