MediaWiki
REL1_19
|
Item class for a archive table row by ar_rev_id -- actually used via RevDel_RevisionList. More...
Public Member Functions | |
__construct ($list, $row) | |
getId () | |
Get the ID, as it would appear in the ids URL parameter. | |
getIdField () | |
Get the DB field name associated with the ID list. | |
setBits ($bits) | |
Set the visibility of the item. |
Item class for a archive table row by ar_rev_id -- actually used via RevDel_RevisionList.
Definition at line 373 of file RevisionDelete.php.
RevDel_ArchivedRevisionItem::__construct | ( | $ | list, |
$ | row | ||
) |
$list | RevisionListBase |
$row | DB result row |
Reimplemented from RevDel_ArchiveItem.
Definition at line 374 of file RevisionDelete.php.
References RevisionItemBase\$list, RevisionItemBase\$row, and Revision\newFromArchiveRow().
Get the ID, as it would appear in the ids URL parameter.
Reimplemented from RevDel_ArchiveItem.
Definition at line 385 of file RevisionDelete.php.
Get the DB field name associated with the ID list.
Override this function.
Reimplemented from RevDel_ArchiveItem.
Definition at line 381 of file RevisionDelete.php.
RevDel_ArchivedRevisionItem::setBits | ( | $ | newBits | ) |
Set the visibility of the item.
This should do any necessary DB queries.
The DB update query should have a condition which forces it to only update if the value in the DB matches the value fetched earlier with the SELECT. If the update fails because it did not match, the function should return false. This prevents concurrency problems.
Reimplemented from RevDel_ArchiveItem.
Definition at line 389 of file RevisionDelete.php.
References wfGetDB().