33 $conds = [
'rev_page' => $this->page->getId() ];
34 if ( $this->ids !==
null ) {
35 $conds[
'rev_id'] = array_map(
'intval', $this->ids );
37 $revQuery = MediaWikiServices::getInstance()
39 ->getQueryInfo( [
'page',
'user' ] );
45 [
'ORDER BY' =>
'rev_id DESC' ],
Item class for a live revision table row.
List for revision table items for a single page.
newItem( $row)
Create an item object from a DB result row.RevisionItemBase
doQuery( $db)
Do the DB query to iterate through the objects.IResultWrapper
getType()
Get the internal type name of this list.Equal to the table name. Override this function....