@@ -13,7 +13,7 @@ The CoreBundle registers a Twig extension and a PHP templating helper. Both
13
13
work the same way and are documented together. We always list both the Twig
14
14
function name and the ``cmf `` helper method names.
15
15
16
- Many methods share the same common parameters:
16
+ Many methods share the same common parameters:
17
17
18
18
* **ignoreRole **: Methods having this parameter by default filter the
19
19
resultset to only contain published documents, using
@@ -24,9 +24,6 @@ function name and the ``cmf`` helper method names.
24
24
* **limit, offset **: Used to slice the result list for paging. Note that
25
25
slicing happens before the filtering.
26
26
27
- The available methods are the following:
28
-
29
-
30
27
Basic repository operations
31
28
...........................
32
29
@@ -47,8 +44,8 @@ Walking the PHPCR tree
47
44
| cmf_prev | getPrev | $current, | Get the previous sibling document of ``$current `` (a document or a path) |
48
45
| | | $depth = null, | in PHPCR order. If ``$anchor `` (also a document or a path) is set, also |
49
46
| | | $ignoreRole = false, | walks up the tree to find neighbours of ``$current ``. If ``$depth `` is |
50
- | | | $class = null | set, this limits how deep below ``$current `` the tree is walked. |
51
- | | | $anchor = null, | |
47
+ | | | $class = null, | set, this limits how deep below ``$current `` the tree is walked. |
48
+ | | | $anchor = null | |
52
49
+-----------------------+---------------------+----------------------+--------------------------------------------------------------------------+
53
50
| cmf_prev_linkable | getPrevLinkable | $current, | Get the previous document that has a route associated. This is a |
54
51
| | | $anchor = null, | shortcut for ``getPrev `` with the ``$class `` filter set to |
0 commit comments