MediaWiki
REL1_22
|
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.
$par | Mixed: 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 78 of file SpecialAllmessages.php.
AllmessagesTablePager SpecialAllmessages::$table [protected] |
Definition at line 33 of file SpecialAllmessages.php.