41 $ids = array_map(
'intval', $this->ids );
43 $queryInfo[
'conds'] += [
'log_id' =>
$ids ];
44 $queryInfo[
'options'] += [
'ORDER BY' => [
'log_timestamp DESC',
'log_id DESC' ] ];
49 $queryInfo[
'join_conds'],
50 $queryInfo[
'options'],
58 $queryInfo[
'options'],
59 $queryInfo[
'join_conds']
84 $status = Status::newGood();
88 null,
null, $item->getId(), $params, $reason, $performer );
91 if ( !$status->isOK() ) {
static getSelectQueryData()
Returns array of information that is needed for querying log entries.
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.