MediaWiki
REL1_24
|
Public Member Functions | |
__construct () | |
execute ($par) | |
Default execute method Checks user permissions. | |
setTopText () | |
Send the text to be displayed above the options. | |
Protected Member Functions | |
getGroupName () | |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'. |
Definition at line 24 of file SpecialNewimages.php.
Definition at line 25 of file SpecialNewimages.php.
SpecialNewFiles::execute | ( | $ | subPage | ) |
Default execute method Checks user permissions.
This must be overridden by subclasses; it will be made abstract in a future version
string | null | $subPage |
Reimplemented from SpecialPage.
Definition at line 29 of file SpecialNewimages.php.
References $form, SpecialPage\getContext(), SpecialPage\getOutput(), SpecialPage\including(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), and setTopText().
SpecialNewFiles::getGroupName | ( | ) | [protected] |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.
Reimplemented from SpecialPage.
Definition at line 48 of file SpecialNewimages.php.
Send the text to be displayed above the options.
Definition at line 55 of file SpecialNewimages.php.
References $wgContLang, array(), SpecialPage\getOutput(), global, SpecialPage\msg(), and Html\rawElement().
Referenced by execute().