MediaWiki  1.28.1
AjaxDispatcher Class Reference

Object-Oriented Ajax functions. More...

Collaboration diagram for AjaxDispatcher:

Public Member Functions

 __construct (Config $config)
 Load up our object with user supplied data. More...
 
 performAction (User $user)
 Pass the request to our internal function. More...
 

Private Attributes

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

Detailed Description

Object-Oriented Ajax functions.

Definition at line 32 of file AjaxDispatcher.php.

Constructor & Destructor Documentation

AjaxDispatcher::__construct ( Config  $config)

Load up our object with user supplied data.

Definition at line 58 of file AjaxDispatcher.php.

References $config.

Member Function Documentation

AjaxDispatcher::performAction ( User  $user)

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.

Parameters
User$user

Definition at line 104 of file AjaxDispatcher.php.

References $e, User\isAllowed(), User\isEveryoneAllowed(), print, wfDebug(), wfGetLBFactory(), and wfHttpError().

Member Data Documentation

array AjaxDispatcher::$args
private

Arguments passed.

Definition at line 48 of file AjaxDispatcher.php.

Config AjaxDispatcher::$config
private

Definition at line 53 of file AjaxDispatcher.php.

Referenced by __construct().

string AjaxDispatcher::$func_name
private

Name of the requested handler.

Definition at line 43 of file AjaxDispatcher.php.

string AjaxDispatcher::$mode
private

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

Definition at line 37 of file AjaxDispatcher.php.


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