Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1221 in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Mar 12, 2014
2 parents da79449 + a662736 commit faec53c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,11 @@ By default, Zend Framework provides several useful module manager listeners.
+------------------------------------------------+------------------------+---------------------------------------+-------------------------------+
| ``Zend\View\HelperPluginManager`` | ``view_helpers`` | ``ViewHelperProviderInterface`` | ``getViewHelperConfig`` |
+------------------------------------------------+------------------------+---------------------------------------+-------------------------------+

| ``Zend\View\LogProcessorManager`` | ``log_processors`` | ``LogProcessorProviderInterface`` | ``getLogProcessorConfig`` |
+------------------------------------------------+------------------------+---------------------------------------+-------------------------------+
| ``Zend\View\LogWriterManager`` | ``log_writers`` | ``LogWritersProviderInterface`` | ``getLogWriterConfig`` |
+------------------------------------------------+------------------------+---------------------------------------+-------------------------------+

Configuration follows the examples in the :ref:`ServiceManager configuration
section <zend.service-manager.quick-start.config>`. As a brief recap, the
following configuration keys and values are allowed:
Expand Down
4 changes: 4 additions & 0 deletions docs/languages/en/tutorials/config.advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ Configuration mapping table
+------------------------------+---------------------------------------+---------------------------------+------------------------+
| ``ViewHelperManager`` | ``ViewHelperProviderInterface`` | ``getViewHelperConfig()`` | ``view_helpers`` |
+------------------------------+---------------------------------------+---------------------------------+------------------------+
| ``LogProcessorManager`` | ``LogProcessorProviderInterface`` | ``getLogProcessorConfig`` | ``log_processors`` |
+------------------------------+---------------------------------------+---------------------------------+------------------------+
| ``LogWriterManager`` | ``LogWritersProviderInterface`` | ``getLogWriterConfig`` | ``log_writers`` |
+------------------------------+---------------------------------------+---------------------------------+------------------------+

Configuration Priority
----------------------
Expand Down

0 comments on commit faec53c

Please sign in to comment.