diff options
Diffstat (limited to 'documentation/examples/hooks/register/emit.php')
-rw-r--r-- | documentation/examples/hooks/register/emit.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/documentation/examples/hooks/register/emit.php b/documentation/examples/hooks/register/emit.php deleted file mode 100644 index 8382d72ca..000000000 --- a/documentation/examples/hooks/register/emit.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -// @todo this is an event, not a hook -elgg_register_event_handler('test', 'example', 'example_init_system_callback'); - -$params = new ElggObject(); -elgg_trigger_event('test', 'example', $params); |