MediaWiki
REL1_19
|
List for logging table items. More...
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. |
List for logging table items.
Definition at line 761 of file RevisionDelete.php.
RevDel_LogList::doQuery | ( | $ | db | ) |
$db | DatabaseBase |
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.
RevDel_LogList::getLogParams | ( | $ | params | ) |
Get log parameter array.
$params | Associative array of log parameters, same as updateLog() |
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.
RevDel_LogList::newItem | ( | $ | row | ) |
Create an item object from a DB result row.
$row | stdclass |
Reimplemented from RevisionListBase.
Definition at line 783 of file RevisionDelete.php.