36 $conds = [
'rev_page' => $this->title->getArticleID() ];
37 if ( $this->ids !==
null ) {
38 $conds[
'rev_id'] = array_map(
'intval', $this->ids );
40 $revQuery = MediaWikiServices::getInstance()
42 ->getQueryInfo( [
'page',
'user' ] );
48 [
'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.
getType()
Get the internal type name of this list.