MediaWiki
REL1_22
|
A special page that lists existing blocks. More...
Public Member Functions | |
__construct () | |
execute ($par) | |
Main execution point. | |
showList () | |
Public Attributes | |
$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'. | |
Protected Attributes | |
$target |
A special page that lists existing blocks.
Definition at line 29 of file SpecialBlockList.php.
Definition at line 33 of file SpecialBlockList.php.
SpecialBlockList::execute | ( | $ | par | ) |
Main execution point.
string | $par | title fragment |
Reimplemented from SpecialPage.
Definition at line 42 of file SpecialBlockList.php.
References $form, $out, $title, array(), SpecialPage\getContext(), SpecialPage\getLanguage(), SpecialPage\getOutput(), SpecialPage\getRequest(), SpecialPage\getTitle(), SpecialPage\getTitleFor(), SpecialPage\msg(), options(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), showList(), and text.
SpecialBlockList::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 210 of file SpecialBlockList.php.
Definition at line 111 of file SpecialBlockList.php.
References $dbr, $link, $out, $target, array(), as, Html\element(), SpecialPage\getOutput(), Block\getRangeCond(), SpecialPage\getUser(), list, SpecialPage\msg(), options(), IP\parseRange(), Block\parseTarget(), Block\purgeExpired(), Html\rawElement(), text, Block\TYPE_AUTO, Block\TYPE_ID, Block\TYPE_IP, Block\TYPE_RANGE, Block\TYPE_USER, wfGetDB(), and wfRunHooks().
Referenced by execute().
SpecialBlockList::$options |
Definition at line 31 of file SpecialBlockList.php.
SpecialBlockList::$target [protected] |
Definition at line 31 of file SpecialBlockList.php.
Referenced by showList().