Go to the documentation of this file.
33 return 'ar_timestamp';
42 foreach ( $this->ids as $id ) {
43 $timestamps[] = $db->timestamp( $id );
47 $tables = $arQuery[
'tables'];
48 $fields = $arQuery[
'fields'];
50 'ar_namespace' => $this->title->getNamespace(),
51 'ar_title' => $this->title->getDBkey(),
52 'ar_timestamp' => $timestamps,
54 $join_conds = $arQuery[
'joins'];
55 $options = [
'ORDER BY' =>
'ar_timestamp DESC' ];
66 return $db->select( $tables,
static getArchiveQueryInfo()
Return the tables, fields, and join conditions to be selected to create a new archived revision objec...
List for archive table items, i.e.
List for revision table items.
doPostCommitUpdates(array $visibilityChangeMap)
A hook for setVisibility(): do any necessary updates post-commit.
Item class for a archive table row.
newItem( $row)
Create an item object from a DB result row.
static getRelationType()
Get the DB field name associated with the ID list.
static newGood( $value=null)
Factory function for good results.
doPreCommitUpdates()
A hook for setVisibility(): do batch updates pre-commit.
getType()
Get the internal type name of this list.