MediaWiki  REL1_21
RevDel_LogList Class Reference

List for logging table items. More...

Inheritance diagram for RevDel_LogList:
Collaboration diagram for RevDel_LogList:

List of all members.

Public Member Functions

 doQuery ($db)
 getLogAction ()
 Get the log action for this list type.
 getLogParams ($params)
 Get log parameter array.
 getSuppressBit ()
 Get the integer value of the flag used for suppression.
 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 logging table items.

Definition at line 796 of file RevisionDelete.php.


Member Function Documentation

Parameters:
$dbDatabaseBase
Returns:
mixed

Reimplemented from RevisionListBase.

Definition at line 809 of file RevisionDelete.php.

Get the log action for this list type.

Returns:
string

Reimplemented from RevDel_List.

Definition at line 826 of file RevisionDelete.php.

Get log parameter array.

Parameters:
array$paramsAssociative array of log parameters, same as updateLog()
Returns:
array

Reimplemented from RevDel_List.

Definition at line 830 of file RevisionDelete.php.

References $params, and array().

static RevDel_LogList::getRelationType ( ) [static]

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:
null

Reimplemented from RevDel_List.

Definition at line 801 of file RevisionDelete.php.

Get the integer value of the flag used for suppression.

Reimplemented from RevDel_List.

Definition at line 822 of file RevisionDelete.php.

References Revision\DELETED_RESTRICTED.

Get the internal type name of this list.

Equal to the table name. Override this function.

Returns:
null

Reimplemented from RevisionListBase.

Definition at line 797 of file RevisionDelete.php.

Create an item object from a DB result row.

Parameters:
$rowstdclass

Reimplemented from RevisionListBase.

Definition at line 818 of file RevisionDelete.php.


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