MediaWiki  REL1_22
AjaxDispatcher Class Reference

Object-Oriented Ajax functions. More...

Collaboration diagram for AjaxDispatcher:

List of all members.

Public Member Functions

 __construct ()
 Load up our object with user supplied data.
 performAction ()
 Pass the request to our internal function.

Private Attributes

array $args
 Arguments passed $args.
string $func_name
 Name of the requested handler $func_name.
string $mode
 The way the request was made, either a 'get' or a 'post' $mode.

Detailed Description

Object-Oriented Ajax functions.

Definition at line 32 of file AjaxDispatcher.php.


Constructor & Destructor Documentation

Load up our object with user supplied data.

Definition at line 50 of file AjaxDispatcher.php.


Member Function Documentation

Pass the request to our internal function.

BEWARE! Data are passed as they have been supplied by the user, they should be carefully handled in the function processing the request.

Definition at line 96 of file AjaxDispatcher.php.


Member Data Documentation

array AjaxDispatcher::$args [private]

Arguments passed $args.

Definition at line 45 of file AjaxDispatcher.php.

string AjaxDispatcher::$func_name [private]

Name of the requested handler $func_name.

Definition at line 41 of file AjaxDispatcher.php.

string AjaxDispatcher::$mode [private]

The way the request was made, either a 'get' or a 'post' $mode.

Definition at line 36 of file AjaxDispatcher.php.


The documentation for this class was generated from the following file: