MediaWiki  REL1_22
RevDel_ArchiveList Class Reference

List for archive table items, i.e. More...

Inheritance diagram for RevDel_ArchiveList:
Collaboration diagram for RevDel_ArchiveList:

List of all members.

Public Member Functions

 doPostCommitUpdates ()
 A hook for setVisibility(): do any necessary updates post-commit.
 doPreCommitUpdates ()
 A hook for setVisibility(): do batch updates pre-commit.
 doQuery ($db)
 getType ()
 Get the internal type name of this list.
 newItem ($row)
 Create an item object from a DB result row.

Static Public Member Functions

static getRelationType ()
 Get the DB field name associated with the ID list.

Detailed Description

List for archive table items, i.e.

revisions deleted via action=delete

Definition at line 287 of file RevisionDelete.php.


Member Function Documentation

A hook for setVisibility(): do any necessary updates post-commit.

STUB

Returns:
Status

Reimplemented from RevDel_RevisionList.

Definition at line 324 of file RevisionDelete.php.

References Status\newGood().

A hook for setVisibility(): do batch updates pre-commit.

STUB

Returns:
Status

Reimplemented from RevDel_RevisionList.

Definition at line 320 of file RevisionDelete.php.

References Status\newGood().

Parameters:
$dbDatabaseBase
Returns:
mixed

Reimplemented from RevDel_RevisionList.

Definition at line 300 of file RevisionDelete.php.

References array(), as, and title.

Get the DB field name associated with the ID list.

This used to populate the log_search table for finding log entries. Override this function.

Returns:
string|null

Reimplemented from RevDel_RevisionList.

Definition at line 292 of file RevisionDelete.php.

Get the internal type name of this list.

Equal to the table name. Override this function.

Returns:
null

Reimplemented from RevDel_RevisionList.

Definition at line 288 of file RevisionDelete.php.

Create an item object from a DB result row.

Parameters:
$rowstdclass

Reimplemented from RevDel_RevisionList.

Definition at line 316 of file RevisionDelete.php.


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