MediaWiki  REL1_24
RevDelArchiveList Class Reference

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

Inheritance diagram for RevDelArchiveList:
Collaboration diagram for RevDelArchiveList:

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 25 of file RevDelArchiveList.php.


Member Function Documentation

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

STUB

Returns:
Status

Reimplemented from RevDelRevisionList.

Definition at line 63 of file RevDelArchiveList.php.

References Status\newGood().

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

STUB

Returns:
Status

Reimplemented from RevDelRevisionList.

Definition at line 59 of file RevDelArchiveList.php.

References Status\newGood().

Parameters:
DatabaseBase$db
Returns:
mixed

Reimplemented from RevDelRevisionList.

Definition at line 38 of file RevDelArchiveList.php.

References array(), as, Revision\selectArchiveFields(), 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 RevDelRevisionList.

Definition at line 30 of file RevDelArchiveList.php.

Get the internal type name of this list.

Equal to the table name. Override this function.

Returns:
null

Reimplemented from RevDelRevisionList.

Definition at line 26 of file RevDelArchiveList.php.

Create an item object from a DB result row.

Parameters:
object$row

Reimplemented from RevDelRevisionList.

Definition at line 55 of file RevDelArchiveList.php.


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