$logger | Elgg\HooksRegistrationService | protected |
__construct(Inspector $inspector=null) | Elgg\EventsService | |
backup() | Elgg\HooksRegistrationService | |
clearHandlers($name, $type) | Elgg\HooksRegistrationService | |
getAllHandlers() | Elgg\HooksRegistrationService | |
getMatcher($spec) | Elgg\HooksRegistrationService | protected |
getOrderedHandlers($name, $type) | Elgg\HooksRegistrationService | |
hasHandler($name, $type) | Elgg\HooksRegistrationService | |
OPTION_DEPRECATION_MESSAGE | Elgg\EventsService | |
OPTION_DEPRECATION_VERSION | Elgg\EventsService | |
OPTION_STOPPABLE | Elgg\EventsService | |
REG_KEY_HANDLER | Elgg\HooksRegistrationService | |
REG_KEY_INDEX | Elgg\HooksRegistrationService | |
REG_KEY_PRIORITY | Elgg\HooksRegistrationService | |
registerHandler($name, $type, $callback, $priority=500) | Elgg\EventsService | |
restore() | Elgg\HooksRegistrationService | |
setLogger(\Elgg\Logger $logger=null) | Elgg\HooksRegistrationService | |
trigger($event, $type, $object=null, array $options=array()) | Elgg\EventsService | |
triggerAfter($event, $object_type, $object=null) | Elgg\EventsService | |
triggerBefore($event, $object_type, $object=null) | Elgg\EventsService | |
triggerDeprecated($event, $object_type, $object=null, $message, $version) | Elgg\EventsService | |
unregisterHandler($name, $type, $callback) | Elgg\HooksRegistrationService | |