42 $ids = array_map(
'intval', $this->ids );
43 $revQuery = MediaWikiServices::getInstance()
45 ->getQueryInfo( [
'user' ] );
47 'tables' => $revQuery[
'tables'],
48 'fields' => $revQuery[
'fields'],
50 'rev_page' => $this->page->getId(),
53 'options' => [
'ORDER BY' =>
'rev_id DESC' ],
54 'join_conds' => $revQuery[
'joins'],
60 $queryInfo[
'join_conds'],
61 $queryInfo[
'options'],
69 $queryInfo[
'options'],
70 $queryInfo[
'join_conds']
95 $status = Status::newGood();
99 null, $item->getId(),
null, $params, $reason, $performer );
102 if ( !$status->isOK() ) {
current()
Get the current list item, or false if we are at the end.
next()
Move the iteration pointer to the next list item, and return it.