43 $ids = array_map(
'intval', $this->ids );
44 $queryBuilder = DatabaseLogEntry::newSelectQueryBuilder( $db )
45 ->where( [
'log_id' =>
$ids ] )
46 ->orderBy( [
'log_timestamp',
'log_id' ], SelectQueryBuilder::SORT_DESC );
48 MediaWikiServices::getInstance()->getChangeTagsStore()->modifyDisplayQueryBuilder( $queryBuilder,
'logging' );
49 return $queryBuilder->caller( __METHOD__ )->fetchResultSet();
73 $status = Status::newGood();
77 null,
null, $item->getId(),
$params, $reason, $performer );
80 if ( !$status->isOK() ) {
array $params
The job parameters.