MediaWiki REL1_40
|
Interface for generic jobs only uses the parameters field and are JSON serializable. More...
Inherits IJobSpecification.
Inherited by CdnPurgeJob, ClearUserWatchlistJob, ClearWatchlistNotificationsJob, DeletePageJob, DuplicateJob, NullJob, RevertedTagUpdateJob, UserEditCountInitJob, UserGroupExpiryJob, and UserOptionsUpdateJob.
Public Member Functions | |
__construct (array $params) | |
Public Member Functions inherited from IJobSpecification | |
getDeduplicationInfo () | |
Subclasses may need to override this to make duplication detection work. | |
getParams () | |
getReleaseTimestamp () | |
getRootJobParams () | |
getType () | |
hasRootJobParams () | |
ignoreDuplicates () | |
isRootJob () | |
Interface for generic jobs only uses the parameters field and are JSON serializable.
Definition at line 31 of file GenericParameterJob.php.
GenericParameterJob::__construct | ( | array | $params | ) |
array | $params | JSON-serializable map of parameters |
Implemented in CdnPurgeJob, ClearUserWatchlistJob, ClearWatchlistNotificationsJob, DeletePageJob, DuplicateJob, NullJob, RevertedTagUpdateJob, UserEditCountInitJob, UserGroupExpiryJob, and UserOptionsUpdateJob.