MediaWiki
REL1_21
|
Assemble the segments of a chunked upload. More...
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. |
Assemble the segments of a chunked upload.
Definition at line 29 of file AssembleUploadChunksJob.php.
AssembleUploadChunksJob::__construct | ( | $ | title, |
$ | params, | ||
$ | id = 0 |
||
) |
Definition at line 30 of file AssembleUploadChunksJob.php.
References Job\$id, Job\$params, and Job\$title.
Reimplemented from Job.
Definition at line 115 of file AssembleUploadChunksJob.php.
Subclasses may need to override this to make duplication detection work.
Reimplemented from Job.
Definition at line 107 of file AssembleUploadChunksJob.php.
References array().
Run the job.
Reimplemented from Job.
Definition at line 35 of file AssembleUploadChunksJob.php.
References $upload, $user, array(), RequestContext\getMain(), MWException\getText(), RequestContext\importScopedSession(), Status\newFatal(), Status\newGood(), Job\setLastError(), and UploadBase\setSessionStatus().