Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Util/
DReflectionCallable.php30 $callable = $twigCallable->getCallable();
86 public function getCallable() function in Twig\\Util\\ReflectionCallable
DCallableArgumentsExtractor.php68 if (!$callable = $this->twigCallable->getCallable()) {
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php35 $callable = $twigCallable->getCallable();
42 $callable = $rc->getCallable();
362 … $this->hasAttribute('callable') ? $this->getAttribute('callable') : $current->getCallable(),
370 … $this->hasAttribute('callable') ? $this->getAttribute('callable') : $current->getCallable(),
381 … $this->hasAttribute('callable') ? $this->getAttribute('callable') : $current->getCallable(),
/template/twigstarter/vendor/twig/twig/src/
DTwigCallableInterface.php30 public function getCallable(); function
DAbstractTwigCallable.php86 public function getCallable() function in Twig\\AbstractTwigCallable
DParser.php215 … $callable = (new ReflectionCallable(new TwigTest('decision', $test)))->getCallable();