@@ -29,7 +29,7 @@ provide your own implementations, this bundle also depends on:
29
29
is not loaded. See the
30
30
:doc: `documentation of the cmf routing bundle <routing >` for more information.
31
31
* :doc: `PHPCR-ODM <phpcr_odm >` - to load route documents from the content
32
- repository when using the ``PHPCRMenuProvider ``.
32
+ repository when using the ``PhpcrMenuProvider ``.
33
33
34
34
Configuration
35
35
-------------
@@ -94,9 +94,9 @@ Menu Provider
94
94
95
95
A menu provider is responsible to load a menu when it is requested. KnpMenu
96
96
supports having several providers. The CmfMenuBundle provides the
97
- ``PHPCRMenuProvider `` to load menu items from PHPCR-ODM.
97
+ ``PhpcrMenuProvider `` to load menu items from PHPCR-ODM.
98
98
99
- Every menu has a name and is loaded by that name. The ``PHPCRMenuProvider ``
99
+ Every menu has a name and is loaded by that name. The ``PhpcrMenuProvider ``
100
100
locates menus by looking at ``persistence.phpcr.menu_basepath ``/``<menuname> ``.
101
101
You can use custom document classes for menu nodes if needed, as long as they
102
102
implement ``Knp\Menu\NodeInterface `` to integrate with KnpMenuBundle. The
@@ -107,7 +107,7 @@ default ``MenuNode`` class discards children that do not implement the
107
107
108
108
There is currently no support for Doctrine ORM or other persistence
109
109
managers. This is not by design, but only because nobody built that yet.
110
- We would be glad for a pull request refactoring ``PHPCRMenuProvider `` into
110
+ We would be glad for a pull request refactoring ``PhpcrMenuProvider `` into
111
111
a base class suitable for all doctrine implementations, and storage
112
112
specific providers.
113
113
0 commit comments