added a way to catch undefined filters (like functions)
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 8 Jan 2011 13:56:11 +0000 (14:56 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 8 Jan 2011 14:13:15 +0000 (15:13 +0100)
commit57d8bf97afee79e8d3753fe88d9206f8caa0adf3
tree0ea348cb40b0fe2f2cce58c6e6099937bfe1e8ca
parent6e24ef18db51f4d42d3c76daca6b14f83f19f825
added a way to catch undefined filters (like functions)
lib/Twig/Environment.php
lib/Twig/Node/Expression/Filter.php
lib/Twig/Node/Expression/Function.php
lib/Twig/NodeVisitor/Escaper.php
lib/Twig/NodeVisitor/SafeAnalysis.php