MediaWiki  REL1_20
CapsCleanup Class Reference

Maintenance script to clean up broken page links when somebody turns on $wgCapitalLinks. More...

Inheritance diagram for CapsCleanup:
Collaboration diagram for CapsCleanup:

List of all members.

Public Member Functions

 __construct ()
 Default constructor.
 execute ()
 Do the actual work.

Protected Member Functions

 processRow ($row)

Detailed Description

Maintenance script to clean up broken page links when somebody turns on $wgCapitalLinks.

Definition at line 39 of file cleanupCaps.php.


Constructor & Destructor Documentation

Default constructor.

Children should call this *first* if implementing their own constructors

Reimplemented from TableCleanup.

Definition at line 40 of file cleanupCaps.php.

References Maintenance\addOption().


Member Function Documentation

Do the actual work.

All child classes will need to implement this

Reimplemented from TableCleanup.

Definition at line 46 of file cleanupCaps.php.

References $wgUser, Maintenance\error(), Maintenance\hasOption(), User\newFromName(), and TableCleanup\runTable().

CapsCleanup::processRow ( row) [protected]

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