MediaWiki  1.23.2
DeleteArchivedRevisionsImplementation Class Reference

Helper methods for the deleteArchivedRevisions.php maintenance script. More...

Static Public Member Functions

static doDelete ( $maint)
 Perform the delete on archived revisions. More...
 

Detailed Description

Helper methods for the deleteArchivedRevisions.php maintenance script.

Definition at line 29 of file deleteArchivedRevisions.inc.

Member Function Documentation

◆ doDelete()

static DeleteArchivedRevisionsImplementation::doDelete (   $maint)
static

Perform the delete on archived revisions.

Parameters
$maintObject An object (typically of class Maintenance) that implements two methods: handleOutput() and purgeRedundantText(). See Maintenance for a description of those methods.

Definition at line 39 of file deleteArchivedRevisions.inc.

References $count, DB_MASTER, and wfGetDB().

Referenced by DeleteArchivedRevisions\execute().


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