added Twig_Function_Node to allow more complex functions to have their own Node class
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 1 Nov 2011 10:49:04 +0000 (11:49 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 1 Nov 2011 10:49:04 +0000 (11:49 +0100)
commit9117fc1ce003388fb645ed984678770333faaebf
tree7a6841e16b43a33eb1fce01c80242008e8297be5
parent3427adc7ecf36f58a1fb473a2472e46311b34311
added Twig_Function_Node to allow more complex functions to have their own Node class
CHANGELOG
lib/Twig/ExpressionParser.php
lib/Twig/Function/Node.php [new file with mode: 0644]