added a source function to include the content of a template without rendering it
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 31 Oct 2013 12:34:32 +0000 (13:34 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 31 Oct 2013 12:38:11 +0000 (13:38 +0100)
commitdff7d2c7582a82515b995889b60a84c377d354c7
tree45eb6f5c282fb71a14b031e350c1727b2e42c863
parent726a40a1b407c6f2ae675a25dcb24b8ce024559a
added a source function to include the content of a template without rendering it
CHANGELOG
doc/functions/index.rst
doc/functions/source.rst [new file with mode: 0644]
lib/Twig/Extension/Core.php
test/Twig/Tests/Fixtures/functions/source.test [new file with mode: 0644]