Searched refs:getCallable (Results 1 – 14 of 14) sorted by relevance
23 public function getCallable(); function
21 public function getCallable(); function
33 public function getCallable() function in Twig_Test
72 public function getCallable() function in Twig_Function
82 public function getCallable() function in Twig_Filter
46 public function getCallable() function in Twig\\TwigTest
51 public function getCallable() function in Twig\\TwigFunction
53 public function getCallable() function in Twig\\TwigFilter
41 $this->setAttribute('callable', $test->getCallable());
36 $callable = $function->getCallable();
37 $this->setAttribute('callable', $filter->getCallable());
29 self::assertSame([$serializerExtension, 'serialize'], $filters[0]->getCallable());
374 $callable = $this->getCallable();558 $callable = $this->getCallable('$filter');668 private function getCallable($variable = '$value') function in Mustache_Compiler