MediaWiki  REL1_19
CapsCleanup Class Reference
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

Definition at line 34 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 35 of file cleanupCaps.php.

References Maintenance\addOption().

Here is the call graph for this function:


Member Function Documentation

Do the actual work.

All child classes will need to implement this

Reimplemented from TableCleanup.

Definition at line 41 of file cleanupCaps.php.

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

Here is the call graph for this function:

CapsCleanup::processRow ( row) [protected]

Definition at line 60 of file cleanupCaps.php.

References $ok, $wgContLang, Title\makeTitle(), Maintenance\output(), and TableCleanup\progress().

Here is the call graph for this function:


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