32 $ids = array_map(
'intval', $this->ids );
36 ->where( [
'rev_page' => $this->page->getId(),
'rev_id' =>
$ids ] )
37 ->orderBy(
'rev_id', SelectQueryBuilder::SORT_DESC );
40 return $queryBuilder->caller( __METHOD__ )->fetchResultSet();
65 $status = Status::newGood();
69 null, $item->getId(),
null, $params, $reason, $performer );
72 if ( !$status->isOK() ) {
82class_alias( ChangeTagsRevisionList::class,
'ChangeTagsRevisionList' );