46 $ids = array_map(
'intval', $this->ids );
50 ->where( [
'rev_page' => $this->page->getId(),
'rev_id' =>
$ids ] )
51 ->orderBy(
'rev_id', SelectQueryBuilder::SORT_DESC );
54 return $queryBuilder->caller( __METHOD__ )->fetchResultSet();
79 $status = Status::newGood();
83 null, $item->getId(),
null, $params, $reason, $performer );
86 if ( !$status->isOK() ) {
96class_alias( ChangeTagsRevisionList::class,
'ChangeTagsRevisionList' );