|
Elgg
Version master
|
This is the complete list of members for Elgg\EventsService, including all inherited members.
| $backups | Elgg\EventsService | protected |
| $next_index | Elgg\EventsService | protected |
| $ordered_handlers_cache | Elgg\EventsService | protected |
| $registrations | Elgg\EventsService | protected |
| __construct(protected HandlersService $handlers) | Elgg\EventsService | |
| backup() | Elgg\EventsService | |
| callHandler($callable, $event, array $args, array $options=[]) | Elgg\EventsService | protected |
| checkDeprecation(string $name, string $type, string $message, string $version) | Elgg\EventsService | protected |
| clearHandlers(string $name, string $type) | Elgg\EventsService | |
| getAllHandlers() | Elgg\EventsService | |
| getMatcher($spec) | Elgg\EventsService | protected |
| getOrderedHandlers(string $name, string $type) | Elgg\EventsService | |
| hasHandler(string $name, string $type) | Elgg\EventsService | |
| OPTION_BEGIN_CALLBACK | Elgg\EventsService | |
| OPTION_CONTINUE_ON_EXCEPTION | Elgg\EventsService | |
| OPTION_END_CALLBACK | Elgg\EventsService | |
| OPTION_STOPPABLE | Elgg\EventsService | |
| OPTION_TIMER_KEYS | Elgg\EventsService | |
| OPTION_USE_TIMER | Elgg\EventsService | |
| REG_KEY_HANDLER | Elgg\EventsService | |
| REG_KEY_INDEX | Elgg\EventsService | |
| REG_KEY_PRIORITY | Elgg\EventsService | |
| registerHandler(string $name, string $type, $callback, int $priority=500) | Elgg\EventsService | |
| restore() | Elgg\EventsService | |
| trigger(string $name, string $type, $object=null, array $options=[]) | Elgg\EventsService | |
| triggerAfter(string $name, string $type, $object=null, array $options=[]) | Elgg\EventsService | |
| triggerBefore(string $name, string $type, $object=null, array $options=[]) | Elgg\EventsService | |
| triggerDeprecated(string $name, string $type, $object=null, string $message='', string $version='', array $options=[]) | Elgg\EventsService | |
| triggerDeprecatedResults(string $name, string $type, array $params=[], $returnvalue=null, string $message='', string $version='', array $options=[]) | Elgg\EventsService | |
| triggerResults(string $name, string $type, array $params=[], $value=null, array $options=[]) | Elgg\EventsService | |
| triggerResultsSequence(string $name, string $type, array $params=[], $value=null, ?callable $callable=null, array $options=[]) | Elgg\EventsService | |
| triggerSequence(string $name, string $type, $object=null, ?callable $callable=null, array $options=[]) | Elgg\EventsService | |
| unregisterHandler(string $name, string $type, $callback) | Elgg\EventsService |