From: Fabien Potencier Date: Mon, 7 Jun 2010 18:45:39 +0000 (+0200) Subject: [doc] updated tags and filters provided by the Core extension X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c9257f3ed2f2745f7748fac518c4c8cfccaac7f7;p=web%2Fkonrad%2Ftwig.git [doc] updated tags and filters provided by the Core extension --- diff --git a/doc/03-Twig-for-Developers.markdown b/doc/03-Twig-for-Developers.markdown index bcb81bb..b2d7a6d 100644 --- a/doc/03-Twig-for-Developers.markdown +++ b/doc/03-Twig-for-Developers.markdown @@ -266,6 +266,10 @@ The `core` extension defines all the core features of Twig: * `parent` * `display` * `filter` + * `macro` + * `import` + * `set` + * `debug` * Filters: @@ -283,6 +287,9 @@ The `core` extension defines all the core features of Twig: * `reverse` * `length` * `sort` + * `in` + * `range` + * `cycle` * `default` * `keys` * `items`