Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DTestExpression.php40 $this->compileCallable($compiler);
H A DFilterExpression.php38 $this->compileCallable($compiler);
H A DFunctionExpression.php41 $this->compileCallable($compiler);
H A DCallExpression.php23 protected function compileCallable(Compiler $compiler) function in Twig\\Node\\Expression\\CallExpression