Locator registration listener
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 |
loadModules
Once all the modules are loaded, loop
| Parameters: | Event – |
|---|---|
| Return type: | void |
Bootstrap listener
This is ran during the MVC bootstrap event because it requires access to the DI container.
| Parameters: | Event – |
|---|---|
| Return type: | void |
Attach one or more listeners
| Parameters: | EventManagerInterface – |
|---|---|
| Return type: | LocatorRegistrationListener |
Detach all previously attached listeners
| Parameters: | EventManagerInterface – |
|---|---|
| Return type: | void |