MediaWiki  REL1_19
TitleCleanup Class Reference
Inheritance diagram for TitleCleanup:
Collaboration diagram for TitleCleanup:

List of all members.

Public Member Functions

 __construct ()
 Default constructor.

Protected Member Functions

 fileExists ($name)
 moveIllegalPage ($row)
 moveInconsistentPage ($row, $title)
 processRow ($row)

Detailed Description

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


Member Function Documentation

TitleCleanup::fileExists ( name) [protected]

Definition at line 68 of file cleanupTitles.php.

References $dbr, and wfGetDB().

Here is the call graph for this function:

TitleCleanup::moveIllegalPage ( row) [protected]

Definition at line 76 of file cleanupTitles.php.

References $title, Title\newFromText(), Maintenance\output(), and wfGetDB().

Referenced by processRow().

Here is the call graph for this function:

Here is the caller graph for this function:

TitleCleanup::moveInconsistentPage ( row,
title 
) [protected]

Definition at line 109 of file cleanupTitles.php.

References $title, Maintenance\error(), Title\makeTitleSafe(), Maintenance\output(), LinkCache\singleton(), and wfGetDB().

Referenced by processRow().

Here is the call graph for this function:

Here is the caller graph for this function:

TitleCleanup::processRow ( row) [protected]

Definition at line 40 of file cleanupTitles.php.

References $title, $wgContLang, Title\makeName(), moveIllegalPage(), moveInconsistentPage(), Title\newFromText(), Maintenance\output(), and TableCleanup\progress().

Here is the call graph for this function:


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