MediaWiki  1.29.2
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 34 of file AjaxDispatcher.php.

Constructor & Destructor Documentation

◆ __construct()

AjaxDispatcher::__construct ( Config  $config)

Load up our object with user supplied data.

Definition at line 60 of file AjaxDispatcher.php.

References $config, captcha-old\args, and mode.

Member Function Documentation

◆ performAction()

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 105 of file AjaxDispatcher.php.

References $e, $lbFactory, $user, captcha-old\args, User\isEveryoneAllowed(), mode, wfDebug(), and wfHttpError().

Member Data Documentation

◆ $args

array AjaxDispatcher::$args
private

Arguments passed.

Definition at line 50 of file AjaxDispatcher.php.

◆ $config

Config AjaxDispatcher::$config
private

Definition at line 55 of file AjaxDispatcher.php.

Referenced by __construct().

◆ $func_name

string AjaxDispatcher::$func_name
private

Name of the requested handler.

Definition at line 45 of file AjaxDispatcher.php.

◆ $mode

string AjaxDispatcher::$mode
private

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

Definition at line 39 of file AjaxDispatcher.php.


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