MediaWiki
REL1_24
|
Public Member Functions | |
__construct () | |
Constructor. | |
execute ($par) | |
Show the special page. | |
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 | |
AllmessagesTablePager | $table |
Definition at line 30 of file SpecialAllMessages.php.
Constructor.
Definition at line 38 of file SpecialAllMessages.php.
SpecialAllMessages::execute | ( | $ | par | ) |
Show the special page.
string | $par | Parameter passed to the page or null |
Reimplemented from SpecialPage.
Definition at line 47 of file SpecialAllMessages.php.
SpecialAllMessages::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 74 of file SpecialAllMessages.php.
AllmessagesTablePager SpecialAllMessages::$table [protected] |
Definition at line 33 of file SpecialAllMessages.php.