MediaWiki  REL1_21
AssembleUploadChunksJob Class Reference

Assemble the segments of a chunked upload. More...

Inheritance diagram for AssembleUploadChunksJob:
Collaboration diagram for AssembleUploadChunksJob:

List of all members.

Public Member Functions

 __construct ($title, $params, $id=0)
 allowRetries ()
 getDeduplicationInfo ()
 Subclasses may need to override this to make duplication detection work.
 run ()
 Run the job.

Detailed Description

Assemble the segments of a chunked upload.

Definition at line 29 of file AssembleUploadChunksJob.php.


Constructor & Destructor Documentation

AssembleUploadChunksJob::__construct ( title,
params,
id = 0 
)

Definition at line 30 of file AssembleUploadChunksJob.php.

References Job\$id, Job\$params, and Job\$title.


Member Function Documentation

Returns:
bool Whether this job can be retried on failure by job runners

Reimplemented from Job.

Definition at line 115 of file AssembleUploadChunksJob.php.

Subclasses may need to override this to make duplication detection work.

Returns:
Array Map of key/values

Reimplemented from Job.

Definition at line 107 of file AssembleUploadChunksJob.php.

References array().


The documentation for this class was generated from the following file: