Home
last modified time | relevance | path

Searched refs:getCallable (Results 1 – 14 of 14) sorted by path

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php29 self::assertSame([$serializerExtension, 'serialize'], $filters[0]->getCallable());
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DFilter.php82 public function getCallable() function in Twig_Filter
H A DFilterCallableInterface.php23 public function getCallable(); function
H A DFunction.php72 public function getCallable() function in Twig_Function
H A DFunctionCallableInterface.php23 public function getCallable(); function
H A DTest.php33 public function getCallable() function in Twig_Test
H A DTestCallableInterface.php21 public function getCallable(); function
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DFilterExpression.php37 $this->setAttribute('callable', $filter->getCallable());
H A DFunctionExpression.php36 $callable = $function->getCallable();
H A DTestExpression.php41 $this->setAttribute('callable', $test->getCallable());
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTwigFilter.php53 public function getCallable() function in Twig\\TwigFilter
H A DTwigFunction.php51 public function getCallable() function in Twig\\TwigFunction
H A DTwigTest.php46 public function getCallable() function in Twig\\TwigTest
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php374 $callable = $this->getCallable();
558 $callable = $this->getCallable('$filter');
668 private function getCallable($variable = '$value') function in Mustache_Compiler