Inheritance diagram for AjaxHandler:
Collaboration diagram for AjaxHandler:Public Member Functions | |
| act_ajax () | |
| act_auth_ajax () | |
Handles Ajax requests, sending them to plugin sinks.
Definition at line 11 of file ajaxhandler.php.
| AjaxHandler::act_ajax | ( | ) |
Handles incoming ajax requests for which the user need not be authenticated. Forwards the request to plugin actions for the "context" portion of the URL. The following example would set the context of 'foo' and trigger the plugin action 'ajax_foo'.
URL::get( 'ajax', 'context=foo' );
Triggers the ajax plugin action for the context.
Definition at line 23 of file ajaxhandler.php.
| AjaxHandler::act_auth_ajax | ( | ) |
Handles incoming ajax requests for which the user must be authenticated. Forwards the request to plugin actions for the "context" portion of the URL.
Triggers the ajax plugin action for the context if user is authenticated.
Definition at line 40 of file ajaxhandler.php.
1.7.1