add some hook docu

This commit is contained in:
rabuzarus 2016-04-28 23:18:38 +02:00 committed by Roland Haeder
parent ad20ef3dba
commit a96d7bdd0b
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 7 additions and 0 deletions

View File

@ -281,6 +281,11 @@ $b is an array with:
'template' => filename of template
'vars' => array of vars passed to template
### ''acl_lookup_end'
is called after the other queries have passed.
The registered function can add, change or remove the acl_lookup() variables.
'results' => array of the acl_lookup() vars
Complete list of hook callbacks
@ -338,6 +343,8 @@ include/acl_selectors.php: call_hooks($a->module . '_pre_' . $selname, $arr);
include/acl_selectors.php: call_hooks($a->module . '_post_' . $selname, $o);
include/acl_selectors.php call_hooks('acl_lookup_end', $results);
include/notifier.php: call_hooks('notifier_normal',$target_item);
include/notifier.php: call_hooks('notifier_end',$target_item);