41 $context ??= RequestContext::getMain();
51 throw new LogicException(
52 'The backwards-compat MediaWiki class does not implement the execute() method'
64 parent::restInPeace();
73 parent::doPostOutputShutdown();
89 $entryPoint =
new static( $context );
90 $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.