Skip to content

Commit

Permalink
Un-revert change to ModuleEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 19, 2013
1 parent b0ae468 commit 2c4f4e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/ModuleManager/ModuleEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class ModuleEvent extends Event
/**
* Module events triggered by eventmanager
*/
CONST EVENT_MERGE_CONFIG = 'mergeConfig';
CONST EVENT_LOAD_MODULES = 'loadModules';
CONST EVENT_LOAD_MODULE_RESOLVE = 'loadModule.resolve';
CONST EVENT_LOAD_MODULE = 'loadModule';
Expand Down

0 comments on commit 2c4f4e1

Please sign in to comment.