MediaWiki
REL1_21
|
A special page called by proxyCheck.php to block open proxies. More...
Public Member Functions | |
__construct () | |
execute ($par) | |
Default execute method Checks user permissions, calls the function given in mFunction. | |
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'. |
A special page called by proxyCheck.php to block open proxies.
Definition at line 29 of file SpecialBlockme.php.
Definition at line 31 of file SpecialBlockme.php.
SpecialBlockme::execute | ( | $ | subPage | ) |
Default execute method Checks user permissions, calls the function given in mFunction.
This must be overridden by subclasses; it will be made abstract in a future version
$subPage | string|null |
Reimplemented from SpecialPage.
Definition at line 35 of file SpecialBlockme.php.
References $user, SpecialPage\getOutput(), SpecialPage\getRequest(), global, SpecialPage\msg(), User\newFromName(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), and text.
SpecialBlockme::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 63 of file SpecialBlockme.php.