Home
last modified time | relevance | path

Searched refs:reflectCallable (Results 1 – 1 of 1) sorted by path

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php31 list($r, $callable) = $this->reflectCallable($callable);
231 list($r) = $this->reflectCallable($callable);
268 private function reflectCallable($callable) function in Twig\\Node\\Expression\\CallExpression