MediaWiki
REL1_19
|
Job wrapper for HTMLCacheUpdate. More...
Public Member Functions | |
__construct ($title, $params, $id=0) | |
Construct a job. | |
run () | |
Run the job. | |
Public Attributes | |
$end | |
$start | |
$table |
Job wrapper for HTMLCacheUpdate.
Gets run whenever a related job gets called from the queue.
Definition at line 218 of file HTMLCacheUpdate.php.
HTMLCacheUpdateJob::__construct | ( | $ | title, |
$ | params, | ||
$ | id = 0 |
||
) |
Construct a job.
$title | Title: the title linked to |
$params | Array: job parameters (table, start and end page_ids) |
$id | Integer: job id |
Definition at line 227 of file HTMLCacheUpdate.php.
References Job\$id, Job\$params, and Job\$title.
Run the job.
Reimplemented from Job.
Definition at line 234 of file HTMLCacheUpdate.php.
HTMLCacheUpdateJob::$end |
Definition at line 219 of file HTMLCacheUpdate.php.
HTMLCacheUpdateJob::$start |
Definition at line 219 of file HTMLCacheUpdate.php.
HTMLCacheUpdateJob::$table |
Definition at line 219 of file HTMLCacheUpdate.php.