47 $ids = array_map(
'intval', $this->ids );
48 $queryBuilder = DatabaseLogEntry::newSelectQueryBuilder( $db )
49 ->where( [
'log_id' =>
$ids ] )
50 ->orderBy( [
'log_timestamp',
'log_id' ], SelectQueryBuilder::SORT_DESC );
53 return $queryBuilder->caller( __METHOD__ )->fetchResultSet();
78 $status = Status::newGood();
82 null,
null, $item->getId(), $params, $reason, $performer );
85 if ( !$status->isOK() ) {
95class_alias( ChangeTagsLogList::class,
'ChangeTagsLogList' );
A value class to process existing log entries.