[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/acl/ -> action.php (summary)

AJAX call handler for ACL plugin

Author: Andreas Gohr
License: GPL 2 (http://www.gnu.org/licenses/gpl.html)
File Size: 89 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

action_plugin_acl:: (2 methods):
  register()
  handleAjaxCallAcl()


Class: action_plugin_acl  - X-Ref

Register handler

register(EventHandler $controller)   X-Ref
Registers a callback function for a given event

param: EventHandler $controller DokuWiki's event controller object
return: void

handleAjaxCallAcl(Event $event, $param)   X-Ref
AJAX call handler for ACL plugin

param: Event $event  event object by reference
param: mixed $param  empty
return: void