33 $ids = array_map(
'intval', $this->ids );
34 $queryBuilder = DatabaseLogEntry::newSelectQueryBuilder( $db )
35 ->where( [
'log_id' =>
$ids ] )
36 ->orderBy( [
'log_timestamp',
'log_id' ], SelectQueryBuilder::SORT_DESC );
39 return $queryBuilder->caller( __METHOD__ )->fetchResultSet();
64 $status = Status::newGood();
68 null,
null, $item->getId(), $params, $reason, $performer );
71 if ( !$status->isOK() ) {
81class_alias( ChangeTagsLogList::class,
'ChangeTagsLogList' );
A value class to process existing log entries.