MediaWiki  REL1_24
RevDelArchivedFileList Class Reference

List for filearchive table items. More...

Inheritance diagram for RevDelArchivedFileList:
Collaboration diagram for RevDelArchivedFileList:

List of all members.

Public Member Functions

 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 filearchive table items.

Definition at line 25 of file RevDelArchivedFileList.php.


Member Function Documentation

Parameters:
DatabaseBase$db
Returns:
mixed

Reimplemented from RevDelFileList.

Definition at line 38 of file RevDelArchivedFileList.php.

References RevisionListBase\$ids, array(), ArchivedFile\selectFields(), 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 RevDelFileList.

Definition at line 30 of file RevDelArchivedFileList.php.

Get the internal type name of this list.

Equal to the table name. Override this function.

Returns:
null

Reimplemented from RevDelFileList.

Definition at line 26 of file RevDelArchivedFileList.php.

Create an item object from a DB result row.

Parameters:
object$row

Reimplemented from RevDelFileList.

Definition at line 53 of file RevDelArchivedFileList.php.


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