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

Commit

Permalink
Update docs/languages/en/modules/zend.module-manager.module-manager.rst
Browse files Browse the repository at this point in the history
Minor changes
  • Loading branch information
Ore4444 committed Oct 16, 2012
1 parent f021ec2 commit 75bb158
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/languages/en/modules/zend.module-manager.module-manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ By default, Zend Framework provides several useful module manager listeners.
**Zend\\ModuleManager\\Listener\\InitTrigger**
If a module class either implements ``Zend\ModuleManager\Feature\InitProviderInterface``, or simply defines an
``init()`` method, this listener will call ``init()`` and pass the current instance of
``Zend\ModuleManager\ModuleManager`` as the sole parameter. The ``init()`` method is called for **every** module
implementing this feature, on **every** page request and should **only** be used for performing **lightweight**
tasks such as registering event listeners.
``Zend\ModuleManager\ModuleManager`` as the sole parameter.

Like the ``OnBootstrapListener``, the ``init()`` method is called for **every** module implementing this feature,
on **every** page request and should **only** be used for performing **lightweight** tasks such as registering
event listeners.

**Zend\\ModuleManager\\Listener\\LocatorRegistrationListener**
If a module class implements ``Zend\ModuleManager\Feature\LocatorRegisteredInterface``, this listener will
Expand Down Expand Up @@ -122,7 +124,7 @@ By default, Zend Framework provides several useful module manager listeners.
+-------------------------------------------+------------------------+---------------------------------------+-------------------------------+
| Plugin Manager | Config Key | Interface | Module Method |
+===========================================+========================+=======================================+===============================+
| ``Zend\ServiceManager\ServiceManager`` | ``services`` | ``ServiceProviderInterface`` | ``getServiceConfig`` |
| ``Zend\ServiceManager\ServiceManager`` | ``service_manager`` | ``ServiceProviderInterface`` | ``getServiceConfig`` |
+-------------------------------------------+------------------------+---------------------------------------+-------------------------------+
| ``Zend\View\HelperPluginManager`` | ``view_helpers`` | ``ViewHelperProviderInterface`` | ``getViewHelperConfig`` |
+-------------------------------------------+------------------------+---------------------------------------+-------------------------------+
Expand Down

0 comments on commit 75bb158

Please sign in to comment.