38 $ids = array_map(
'intval', $this->ids );
39 $queryInfo = DatabaseLogEntry::getSelectQueryData();
40 $queryInfo[
'conds'] += [
'log_id' =>
$ids ];
41 $queryInfo[
'options'] += [
'ORDER BY' =>
'log_id DESC' ];
46 $queryInfo[
'join_conds'],
47 $queryInfo[
'options'],
55 $queryInfo[
'options'],
56 $queryInfo[
'join_conds']
78 null,
null, $item->getId(), $params, $reason, $user );
81 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.