projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c420462
)
added missing information in the doc
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 16 Sep 2012 14:38:44 +0000 (16:38 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 16 Sep 2012 14:38:44 +0000 (16:38 +0200)
doc/api.rst
patch
|
blob
|
history
diff --git
a/doc/api.rst
b/doc/api.rst
index
d348fb2
..
0c1cb0f
100644
(file)
--- a/
doc/api.rst
+++ b/
doc/api.rst
@@
-128,6
+128,9
@@
Here is a list of the built-in loaders Twig provides:
``Twig_Loader_Filesystem``
..........................
+.. versionadded:: 1.10
+ The ``prependPath()`` and support for namespaces were added in Twig 1.10.
+
``Twig_Loader_Filesystem`` loads templates from the file system. This loader
can find templates in folders on the file system and is the preferred way to
load them::