LinkTitles extension for MediaWiki
Automatically add links to existing pages.
 All Classes Files Functions Variables Modules Pages
SpecialLinkTitles Class Reference

Provides a special page that can be used to batch-process all pages in the wiki. More...

Inheritance diagram for SpecialLinkTitles:

Public Member Functions

 __construct ()
 Constructor. More...
 
 execute ($par)
 Entry function of the special page class. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

SpecialLinkTitles::__construct ( )

Constructor.

Announces the special page title and required user right to the parent constructor.

Definition at line 34 of file SpecialLinkTitles.php.

Member Function Documentation

SpecialLinkTitles::execute (   $par)

Entry function of the special page class.

Will abort if the user does not have appropriate permissions ('linktitles-batch').

Returns
undefined

Definition at line 44 of file SpecialLinkTitles.php.


The documentation for this class was generated from the following file: