MediaWiki
REL1_39
IJobSpecification.php
Go to the documentation of this file.
1
<?php
42
interface
IJobSpecification
{
46
public
function
getType
();
47
51
public
function
getParams
();
52
56
public
function
getReleaseTimestamp
();
57
61
public
function
ignoreDuplicates
();
62
71
public
function
getDeduplicationInfo
();
72
78
public
function
getRootJobParams
();
79
85
public
function
hasRootJobParams
();
86
91
public
function
isRootJob
();
92
}
IJobSpecification
Interface for serializable objects that describe a job queue task.
Definition
IJobSpecification.php:42
IJobSpecification\getParams
getParams()
IJobSpecification\getReleaseTimestamp
getReleaseTimestamp()
IJobSpecification\getDeduplicationInfo
getDeduplicationInfo()
Subclasses may need to override this to make duplication detection work.
IJobSpecification\getType
getType()
IJobSpecification\hasRootJobParams
hasRootJobParams()
IJobSpecification\isRootJob
isRootJob()
IJobSpecification\ignoreDuplicates
ignoreDuplicates()
IJobSpecification\getRootJobParams
getRootJobParams()
includes
jobqueue
IJobSpecification.php
Generated on Thu Nov 21 2024 05:23:05 for MediaWiki by
1.10.0