added the template_from_string function
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 28 Oct 2012 16:28:55 +0000 (17:28 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 29 Oct 2012 10:42:14 +0000 (11:42 +0100)
commit459918827ba206c5a83afb767da3027a8cba930a
tree32bba2eb914b9935c2af7d08c7aee7d02b6f66e9
parent0505c2fefd5eaa81c628b0cf8a9b8a2bc612321c
added the template_from_string function
CHANGELOG
doc/functions/index.rst
doc/functions/template_from_string.rst [new file with mode: 0644]
lib/Twig/Extension/StringLoader.php [new file with mode: 0644]
test/Twig/Tests/Fixtures/functions/template_from_string.test [new file with mode: 0644]
test/Twig/Tests/IntegrationTest.php