Home
last modified time | relevance | path

Searched refs:getCallable (Results 1 – 6 of 6) sorted by last modified time

/template/twigstarter/vendor/twig/twig/src/
H A DTwigFilter.php72 public function getCallable() function in Twig\\TwigFilter
H A DTwigFunction.php70 public function getCallable() function in Twig\\TwigFunction
H A DTwigTest.php66 public function getCallable() function in Twig\\TwigTest
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DFilterExpression.php35 $this->setAttribute('callable', $filter->getCallable());
H A DFunctionExpression.php34 $callable = $function->getCallable();
H A DTestExpression.php37 $this->setAttribute('callable', $test->getCallable());