Go to the documentation of this file.
32 parent::__construct(
'ApiHelp' );
36 if ( empty( $par ) ) {
45 'submodules' =>
$request->getCheck(
'submodules' ),
46 'recursivesubmodules' =>
$request->getCheck(
'recursivesubmodules' ),
53 if ( substr( $par, 0, 4 ) ===
'sub/' ) {
54 $par = substr( $par, 4 );
59 if ( substr( $par, 0, 5 ) ===
'rsub/' ) {
60 $par = substr( $par, 5 );
79 $module = $main->getModuleFromPath( $moduleName );
82 $this->
msg(
'apihelp-no-such-module', $moduleName )->inContentLanguage()->parse()
87 $this->
msg(
'apihelp-no-such-module', $moduleName )->inContentLanguage()->parse()
Special page to redirect to API help pages, for situations where linking to the api....
getPageTitle( $subpage=false)
Get a self-referential title object.
This is the main API class, used for both external and internal processing.
Exception used to abort API execution with an error.
msg( $key)
Wrapper around wfMessage that sets the current context.
getOutput()
Get the OutputPage being used for this instance.
Shortcut to construct a special page which is unlisted by default.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
wfAppendQuery( $url, $query)
Append a query string to an existing URL, which may or may not already have query string parameters a...
isIncludable()
Whether it's allowed to transclude the special page via {{Special:Foo/params}}.
wfScript( $script='index')
Get the path to a specified script file, respecting file extensions; this is a wrapper around $wgScri...
This exception will be thrown when dieUsage is called to stop module execution.
execute( $par)
Default execute method Checks user permissions.
getContext()
Gets the context this SpecialPage is executed in.
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction you ll probably need to make sure the header is varied on $request
getRequest()
Get the WebRequest being used for this instance.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped & $options
static getHelp(IContextSource $context, $modules, array $options)
Generate help for the specified modules.
static rawElement( $element, $attribs=[], $contents='')
Returns an HTML element in a string.
usually copyright or history_copyright This message must be in HTML not wikitext & $link
including( $x=null)
Whether the special page is being evaluated via transclusion.
wfExpandUrl( $url, $defaultProto=PROTO_CURRENT)
Expand a potentially local URL to a fully-qualified URL.