30 $this->revision = Revision::newFromArchiveRow(
$row,
31 [
'page' => $this->
list->title->getArticleID() ] );
39 return $this->revision->getId();
44 $dbw->update(
'archive',
45 [
'ar_deleted' => $bits ],
46 [
'ar_rev_id' => $this->row->ar_rev_id,
47 'ar_deleted' => $this->getBits()
51 return (
bool)$dbw->affectedRows();
wfGetDB( $db, $groups=[], $wiki=false)
Get a Database object.
Item class for a archive table row.
Item class for a archive table row by ar_rev_id – actually used via RevDelRevisionList.
setBits( $bits)
Set the visibility of the item.
__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.
$row
The database result row.
RevisionListBase $list
The parent.
__construct( $list, $row)
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global list