Inherits RevDel_List.
Public Member Functions | |
doQuery ($db) | |
Do the DB query to iterate through the objects. | |
newItem ($row) | |
Create an item object from a DB result row. | |
getSuppressBit () | |
Get the integer value of the flag used for suppression. | |
getLogAction () | |
Get the log action for this list type. | |
getLogParams ($params) | |
Get log parameter array. | |
Public Attributes | |
$type = 'logging' | |
$idField = 'log_id' | |
$dateField = 'log_timestamp' | |
$authorIdField = 'log_user' | |
$authorNameField = 'log_user_text' |
Definition at line 1732 of file SpecialRevisiondelete.php.
RevDel_LogList::doQuery | ( | $ | db | ) |
Do the DB query to iterate through the objects.
$db | Database object to use for the query |
Reimplemented from RevDel_List.
Definition at line 1739 of file SpecialRevisiondelete.php.
References RevDel_List::$ids, and $wgMessageCache.
RevDel_LogList::getLogAction | ( | ) |
Get the log action for this list type.
Reimplemented from RevDel_List.
Definition at line 1758 of file SpecialRevisiondelete.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 1762 of file SpecialRevisiondelete.php.
RevDel_LogList::getSuppressBit | ( | ) |
Get the integer value of the flag used for suppression.
Reimplemented from RevDel_List.
Definition at line 1754 of file SpecialRevisiondelete.php.
References Revision::DELETED_RESTRICTED.
RevDel_LogList::newItem | ( | $ | row | ) |
Create an item object from a DB result row.
$row | stdclass |
Reimplemented from RevDel_List.
Definition at line 1750 of file SpecialRevisiondelete.php.
RevDel_LogList::$authorIdField = 'log_user' |
RevDel_LogList::$authorNameField = 'log_user_text' |
RevDel_LogList::$dateField = 'log_timestamp' |
RevDel_LogList::$idField = 'log_id' |
RevDel_LogList::$type = 'logging' |