MediaWiki REL1_37
|
Public Member Functions | |
__construct (RequestContext $context, RequestInterface $request, WebResponse $webResponse, Router $router, CorsUtils $cors) | |
execute () | |
Static Public Member Functions | |
static | getMainRequest () |
static | main () |
Static Private Member Functions | |
static | createRouter (IContextSource $context, RequestInterface $request, ResponseFactory $responseFactory, CorsUtils $cors) |
static | getTextFormatters (MediaWikiServices $services) |
Get a TextFormatter array from MediaWikiServices. | |
Private Attributes | |
RequestContext | $context |
CorsUtils | $cors |
RequestInterface | $request |
Router | $router |
WebResponse | $webResponse |
Static Private Attributes | |
static RequestInterface | $mainRequest |
Definition at line 18 of file EntryPoint.php.
MediaWiki\Rest\EntryPoint::__construct | ( | RequestContext | $context, |
RequestInterface | $request, | ||
WebResponse | $webResponse, | ||
Router | $router, | ||
CorsUtils | $cors | ||
) |
Definition at line 151 of file EntryPoint.php.
|
staticprivate |
IContextSource | $context | |
RequestInterface | $request | |
ResponseFactory | $responseFactory | |
CorsUtils | $cors |
Definition at line 39 of file EntryPoint.php.
MediaWiki\Rest\EntryPoint::execute | ( | ) |
Definition at line 161 of file EntryPoint.php.
References $line.
|
static |
Definition at line 85 of file EntryPoint.php.
References MediaWiki\MediaWikiServices\getInstance().
|
staticprivate |
Get a TextFormatter array from MediaWikiServices.
MediaWikiServices | $services |
Definition at line 139 of file EntryPoint.php.
References $lang, MediaWiki\MediaWikiServices\getContentLanguage(), and MediaWiki\MediaWikiServices\getMessageFormatterFactory().
|
static |
Definition at line 95 of file EntryPoint.php.
References $wgRequest, $wgTitle, IContextSource\getUser(), and NS_SPECIAL.
|
private |
Definition at line 26 of file EntryPoint.php.
|
private |
Definition at line 28 of file EntryPoint.php.
|
staticprivate |
Definition at line 30 of file EntryPoint.php.
|
private |
Definition at line 20 of file EntryPoint.php.
|
private |
Definition at line 24 of file EntryPoint.php.
|
private |
Definition at line 22 of file EntryPoint.php.