MediaWiki  REL1_20
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 793 of file RevisionDelete.php.


Member Function Documentation

Parameters:
$dbDatabaseBase
Returns:
mixed

Reimplemented from RevisionListBase.

Definition at line 806 of file RevisionDelete.php.

Get the log action for this list type.

Returns:
string

Reimplemented from RevDel_List.

Definition at line 823 of file RevisionDelete.php.

Get log parameter array.

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

Reimplemented from RevDel_List.

Definition at line 827 of file RevisionDelete.php.

References $params.

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 798 of file RevisionDelete.php.

Get the integer value of the flag used for suppression.

Reimplemented from RevDel_List.

Definition at line 819 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 794 of file RevisionDelete.php.

Create an item object from a DB result row.

Parameters:
$rowstdclass

Reimplemented from RevisionListBase.

Definition at line 815 of file RevisionDelete.php.


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