27 $context ??= RequestContext::getMain();
34 throw new LogicException(
35 'The backwards-compat MediaWiki class does not implement the execute() method'
47 parent::restInPeace();
56 parent::doPostOutputShutdown();
72 $entryPoint =
new static( $context );
73 $entryPoint->prepareForOutput();
Group all the pieces relevant to the context of a request into one instance.
Utility class wrapping PHP runtime state.
Base class for entry point handlers.
EntryPointEnvironment $environment
Interface for objects which can provide a MediaWiki context on request.