Elgg  Version master
Elgg\EventsService Member List

This is the complete list of members for Elgg\EventsService, including all inherited members.

$backupsElgg\EventsServiceprotected
$next_indexElgg\EventsServiceprotected
$registrationsElgg\EventsServiceprotected
__construct(protected HandlersService $handlers)Elgg\EventsService
backup()Elgg\EventsService
callHandler($callable, $event, array $args, array $options=[])Elgg\EventsServiceprotected
checkDeprecation(string $name, string $type, string $message, string $version)Elgg\EventsServiceprotected
clearHandlers(string $name, string $type)Elgg\EventsService
getAllHandlers()Elgg\EventsService
getMatcher($spec)Elgg\EventsServiceprotected
getOrderedHandlers(string $name, string $type)Elgg\EventsService
hasHandler(string $name, string $type)Elgg\EventsService
OPTION_BEGIN_CALLBACKElgg\EventsService
OPTION_END_CALLBACKElgg\EventsService
OPTION_STOPPABLEElgg\EventsService
OPTION_TIMER_KEYSElgg\EventsService
OPTION_USE_TIMERElgg\EventsService
REG_KEY_HANDLERElgg\EventsService
REG_KEY_INDEXElgg\EventsService
REG_KEY_PRIORITYElgg\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