34define(
'MW_API',
true );
35define(
'MW_ENTRY_POINT',
'api' );
37require __DIR__ .
'/includes/WebStart.php';
41 RequestContext::getMain(),
43 MediaWikiServices::getInstance()
Implementation of the API entry point, for web browser navigations, usually via an Action or SpecialP...
Group all the pieces relevant to the context of a request into one instance.
Utility class wrapping PHP runtime state.