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 ->addTagsToDisplayQuery( $queryBuilder,
'logging', $this->
getAuthority() );
40 return $queryBuilder->caller( __METHOD__ )->fetchResultSet();
49 $services->getChangeTagsFormatter()
70 $status = Status::newGood();
74 null,
null, $item->getId(), $params, $reason, $performer );
77 if ( !$status->isOK() ) {
87class_alias( ChangeTagsLogList::class,
'ChangeTagsLogList' );
A value class to process existing log entries.