MediaWiki REL1_35
|
Public Member Functions | |
__construct (RequestContext $context, RequestInterface $request, WebResponse $webResponse, Router $router) | |
execute () | |
Static Public Member Functions | |
static | getMainRequest () |
static | getTextFormatters (MediaWikiServices $services) |
Get a TextFormatter array from MediaWikiServices. | |
static | main () |
Static Private Member Functions | |
static | createRouter (IContextSource $context, RequestInterface $request) |
Private Attributes | |
RequestContext | $context |
RequestInterface | $request |
Router | $router |
WebResponse | $webResponse |
Static Private Attributes | |
static RequestInterface | $mainRequest |
Definition at line 16 of file EntryPoint.php.
MediaWiki\Rest\EntryPoint::__construct | ( | RequestContext | $context, |
RequestInterface | $request, | ||
WebResponse | $webResponse, | ||
Router | $router | ||
) |
Definition at line 133 of file EntryPoint.php.
|
staticprivate |
IContextSource | $context | |
RequestInterface | $request |
Definition at line 33 of file EntryPoint.php.
MediaWiki\Rest\EntryPoint::execute | ( | ) |
Definition at line 142 of file EntryPoint.php.
References $line.
|
static |
Definition at line 78 of file EntryPoint.php.
References MediaWiki\MediaWikiServices\getInstance().
|
static |
Get a TextFormatter array from MediaWikiServices.
MediaWikiServices | $services |
Definition at line 120 of file EntryPoint.php.
References $lang, MediaWiki\MediaWikiServices\getMainConfig(), and MediaWiki\MediaWikiServices\getMessageFormatterFactory().
|
static |
Definition at line 88 of file EntryPoint.php.
References $wgRequest, $wgTitle, and NS_SPECIAL.
|
private |
Definition at line 24 of file EntryPoint.php.
|
staticprivate |
Definition at line 26 of file EntryPoint.php.
|
private |
Definition at line 18 of file EntryPoint.php.
|
private |
Definition at line 22 of file EntryPoint.php.
|
private |
Definition at line 20 of file EntryPoint.php.