MediaWiki  REL1_19
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 252 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 289 of file RevisionDelete.php.

References Status\newGood().

Here is the call graph for this function:

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

STUB

Returns:
Status

Reimplemented from RevDel_RevisionList.

Definition at line 285 of file RevisionDelete.php.

References Status\newGood().

Here is the call graph for this function:

Parameters:
$dbDatabaseBase
Returns:
mixed

Reimplemented from RevDel_RevisionList.

Definition at line 265 of file RevisionDelete.php.

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.

Reimplemented from RevDel_RevisionList.

Definition at line 257 of file RevisionDelete.php.

Get the internal type name of this list.

Equal to the table name. Override this function.

Reimplemented from RevDel_RevisionList.

Definition at line 253 of file RevisionDelete.php.

Create an item object from a DB result row.

Parameters:
$rowstdclass

Reimplemented from RevDel_RevisionList.

Definition at line 281 of file RevisionDelete.php.


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