MediaWiki
REL1_22
|
Helper methods for the deleteArchivedRevisions.php maintenance script. More...
Static Public Member Functions | |
static | doDelete ($maint) |
Perform the delete on archived revisions. |
Helper methods for the deleteArchivedRevisions.php maintenance script.
Definition at line 29 of file deleteArchivedRevisions.inc.
static DeleteArchivedRevisionsImplementation::doDelete | ( | $ | maint | ) | [static] |
Perform the delete on archived revisions.
$maint | Object 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, and wfGetDB().
Referenced by DeleteArchivedRevisions\execute().