39 $ids = array_map(
'intval', $this->ids );
40 $revQuery = MediaWikiServices::getInstance()
42 ->getQueryInfo( [
'user' ] );
47 'rev_page' => $this->title->getArticleID(),
50 'options' => [
'ORDER BY' =>
'rev_id DESC' ],
57 $queryInfo[
'join_conds'],
58 $queryInfo[
'options'],
66 $queryInfo[
'options'],
67 $queryInfo[
'join_conds']
89 null, $item->getId(),
null, $params, $reason, $user );
92 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.