MediaWiki
REL1_35
IJobSpecification.php
Go to the documentation of this file.
1
<?php
35
interface
IJobSpecification
{
39
public
function
getType
();
40
44
public
function
getParams
();
45
49
public
function
getReleaseTimestamp
();
50
54
public
function
ignoreDuplicates
();
55
64
public
function
getDeduplicationInfo
();
65
71
public
function
getRootJobParams
();
72
78
public
function
hasRootJobParams
();
79
84
public
function
isRootJob
();
85
}
IJobSpecification
Interface for serializable objects that describe a job queue task.
Definition
IJobSpecification.php:35
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 Sat Apr 6 2024 00:07:18 for MediaWiki by
1.9.8