1100. Class

1100.1. Zend\ModuleManager\Listener\LocatorRegistrationListener

Locator registration listener

1100.1.1. Methods

1100.1.1.1. onLoadModule

onLoadModule()

loadModule

Check each loaded module to see if it implements LocatorRegistered. If it does, we add it to an internal array for later.

Parameters:ModuleEvent
Return type:void

1100.1.1.2. onLoadModules

onLoadModules()

loadModules

Once all the modules are loaded, loop

Parameters:Event
Return type:void

1100.1.1.3. onBootstrap

onBootstrap()

Bootstrap listener

This is ran during the MVC bootstrap event because it requires access to the DI container.

Parameters:Event
Return type:void

1100.1.1.4. attach

attach()

Attach one or more listeners

Parameters:EventManagerInterface
Return type:LocatorRegistrationListener

1100.1.1.5. detach

detach()

Detach all previously attached listeners

Parameters:EventManagerInterface
Return type:void

Project Versions

Table Of Contents

Previous topic

1099. Class

Next topic

1101. Class

This Page