Wikibase
MediaWiki Wikibase extension
|
Job for notifying a client wiki of a batch of revision deletions on the repository. More...
Public Member Functions | |
__construct (ClientDomainDb $clientDb, int $batchSize, array $params=[]) | |
Constructs a ChangeDeletionNotificationJob for the repo revisions given. More... | |
Public Member Functions inherited from Wikibase\Client\ChangeModification\ChangeModificationNotificationJob | |
__construct (string $jobName, ClientDomainDb $clientDb, array $params=[]) | |
run () | |
Static Public Member Functions | |
static | newFromGlobalState (Title $unused, array $params) |
Protected Member Functions | |
modifyChanges (array $relevantChanges) | |
Protected Member Functions inherited from Wikibase\Client\ChangeModification\ChangeModificationNotificationJob | |
getRelevantRecentChanges () | |
Private Attributes | |
$batchSize | |
Additional Inherited Members | |
Protected Attributes inherited from Wikibase\Client\ChangeModification\ChangeModificationNotificationJob | |
$clientDb | |
Job for notifying a client wiki of a batch of revision deletions on the repository.
Wikibase\Client\ChangeModification\ChangeDeletionNotificationJob::__construct | ( | ClientDomainDb | $clientDb, |
int | $batchSize, | ||
array | $params = [] |
||
) |
Constructs a ChangeDeletionNotificationJob for the repo revisions given.
ClientDomainDb | $clientDb | |
int | $batchSize | |
array | $params | Contains the name of the repo, revisionIdentifiersJson to redact |
|
protected |
int[] | $relevantChanges |
Reimplemented from Wikibase\Client\ChangeModification\ChangeModificationNotificationJob.
|
static |
Title | $unused | |
array | $params |
|
private |