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


Member Function Documentation

Parameters:
$dbDatabaseBase
Returns:
mixed

Reimplemented from RevisionListBase.

Definition at line 774 of file RevisionDelete.php.

References RevisionListBase\$ids.

Get the log action for this list type.

Reimplemented from RevDel_List.

Definition at line 791 of file RevisionDelete.php.

Get log parameter array.

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

Reimplemented from RevDel_List.

Definition at line 795 of file RevisionDelete.php.

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.

Reimplemented from RevDel_List.

Definition at line 766 of file RevisionDelete.php.

Get the integer value of the flag used for suppression.

Reimplemented from RevDel_List.

Definition at line 787 of file RevisionDelete.php.

References Revision\DELETED_RESTRICTED.

Get the internal type name of this list.

Equal to the table name. Override this function.

Reimplemented from RevisionListBase.

Definition at line 762 of file RevisionDelete.php.

Create an item object from a DB result row.

Parameters:
$rowstdclass

Reimplemented from RevisionListBase.

Definition at line 783 of file RevisionDelete.php.


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