Provides a special page that can be used to batch-process all pages in the wiki. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
execute ($par) | |
Entry function of the special page class. More... | |
Provides a special page that can be used to batch-process all pages in the wiki.
By default, this can only be performed by sysops.
Definition at line 30 of file SpecialLinkTitles.php.
SpecialLinkTitles::__construct | ( | ) |
Constructor.
Announces the special page title and required user right to the parent constructor.
Definition at line 34 of file SpecialLinkTitles.php.
SpecialLinkTitles::execute | ( | $par | ) |
Entry function of the special page class.
Will abort if the user does not have appropriate permissions ('linktitles-batch').
Definition at line 44 of file SpecialLinkTitles.php.