Searched refs:getCallable (Results 1 – 6 of 6) sorted by relevance
30 $callable = $twigCallable->getCallable();86 public function getCallable() function in Twig\\Util\\ReflectionCallable
68 if (!$callable = $this->twigCallable->getCallable()) {
35 $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(),
30 public function getCallable(); function
86 public function getCallable() function in Twig\\AbstractTwigCallable
215 … $callable = (new ReflectionCallable(new TwigTest('decision', $test)))->getCallable();