added the ability to use any PHP callable to define filters, functions, and tests
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 16 Nov 2012 14:22:28 +0000 (15:22 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 10 Dec 2012 14:09:47 +0000 (15:09 +0100)
commit1918edefa937b81233087aa79297e54ea0462f9b
tree0da60def64105c1f9d25cd741d888785b8fd68d4
parent83c7fc643278acdc249fbdc17ff5c80be73b5d7c
added the ability to use any PHP callable to define filters, functions, and tests
37 files changed:
CHANGELOG
doc/advanced.rst
doc/advanced_legacy.rst [new file with mode: 0644]
doc/deprecated.rst
lib/Twig/Environment.php
lib/Twig/ExpressionParser.php
lib/Twig/Extension/Core.php
lib/Twig/Extension/Debug.php
lib/Twig/Extension/Escaper.php
lib/Twig/Extension/Staging.php
lib/Twig/Extension/StringLoader.php
lib/Twig/Filter.php
lib/Twig/Filter/Function.php
lib/Twig/Filter/Method.php
lib/Twig/Filter/Node.php
lib/Twig/FilterCallableInterface.php
lib/Twig/FilterInterface.php
lib/Twig/Function.php
lib/Twig/Function/Function.php
lib/Twig/Function/Method.php
lib/Twig/Function/Node.php
lib/Twig/FunctionCallableInterface.php
lib/Twig/FunctionInterface.php
lib/Twig/Node/Expression/Call.php
lib/Twig/Node/Expression/Filter.php
lib/Twig/Node/Expression/Filter/Default.php
lib/Twig/Node/Expression/Function.php
lib/Twig/Node/Expression/Test.php
lib/Twig/SimpleFilter.php [new file with mode: 0644]
lib/Twig/SimpleFunction.php [new file with mode: 0644]
lib/Twig/SimpleTest.php [new file with mode: 0644]
lib/Twig/Test.php
lib/Twig/Test/Function.php
lib/Twig/Test/Method.php
lib/Twig/Test/Node.php
lib/Twig/TestCallableInterface.php
lib/Twig/TestInterface.php