|
MediaWiki REL1_39
|
Interface for generic jobs only uses the parameters field and are JSON serializable. More...


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, EnqueueJob, NullJob, RevertedTagUpdateJob, UserEditCountInitJob, UserGroupExpiryJob, and UserOptionsUpdateJob.