MediaWiki REL1_41
|
The MediaWiki class is the helper class for the index.php entry point. More...
Public Member Functions | |
__construct (IContextSource $context=null) | |
doPostOutputShutdown () | |
This function does work that can be done after the user gets the HTTP response so they don't block on it. | |
getAction () | |
Returns the name of the action that will be executed. | |
getTitle () | |
Get the Title object that we'll be acting on, as specified in the WebRequest. | |
restInPeace () | |
Ends this task peacefully. | |
run () | |
Run the current MediaWiki instance; index.php just calls this. | |
Static Public Member Functions | |
static | emitBufferedStatsdData (IBufferingStatsdDataFactory $stats, Config $config) |
Send out any buffered statsd data according to sampling rules. | |
static | preOutputCommit (IContextSource $context) |
This function commits all DB and session changes as needed before the client can receive a response (in case DB commit fails) and thus also before the response can trigger a subsequent related request by the client. | |
The MediaWiki class is the helper class for the index.php entry point.
Definition at line 50 of file MediaWiki.php.
MediaWiki::__construct | ( | IContextSource | $context = null | ) |
IContextSource | null | $context |
Definition at line 70 of file MediaWiki.php.
MediaWiki::doPostOutputShutdown | ( | ) |
This function does work that can be done after the user gets the HTTP response so they don't block on it.
This manages deferred updates, job insertion, final commit, and the logging of profiling data
Definition at line 858 of file MediaWiki.php.
|
static |
Send out any buffered statsd data according to sampling rules.
For web requests, this is called once by MediaWiki::restInPeace(), which is post-send (after the response is sent to the client).
For maintenance scripts, especially long-running CLI scripts, it is called more often, to avoid OOM, since we buffer stats (T181385), based on the following heuristics:
IBufferingStatsdDataFactory | $stats | |
Config | $config |
ConfigException |
Definition at line 1216 of file MediaWiki.php.
References IBufferingStatsdDataFactory\clearData(), MediaWiki\Config\Config\get(), IBufferingStatsdDataFactory\getData(), and IBufferingStatsdDataFactory\hasData().
MediaWiki::getAction | ( | ) |
Returns the name of the action that will be executed.
Definition at line 202 of file MediaWiki.php.
MediaWiki::getTitle | ( | ) |
Get the Title object that we'll be acting on, as specified in the WebRequest.
Definition at line 186 of file MediaWiki.php.
References MediaWiki\SpecialPage\SpecialPage\getTitleFor().
|
static |
This function commits all DB and session changes as needed before the client can receive a response (in case DB commit fails) and thus also before the response can trigger a subsequent related request by the client.
IContextSource | $context |
Definition at line 705 of file MediaWiki.php.
References MediaWiki\Config\Config\get(), IContextSource\getConfig(), IContextSource\getOutput(), IContextSource\getRequest(), IContextSource\getUser(), wfDebug(), and wfDebugLog().
MediaWiki::restInPeace | ( | ) |
Ends this task peacefully.
Definition at line 1147 of file MediaWiki.php.
References Profiler\instance(), and wfDebug().
MediaWiki::run | ( | ) |
Run the current MediaWiki instance; index.php just calls this.
Definition at line 611 of file MediaWiki.php.
References IContextSource\getRequest(), IContextSource\getTitle(), HTMLFileCache\MODE_OUTAGE, and HTMLFileCache\useFileCache().