MediaWiki  REL1_19
HTMLCacheUpdateJob Class Reference

Job wrapper for HTMLCacheUpdate. More...

Inheritance diagram for HTMLCacheUpdateJob:
Collaboration diagram for HTMLCacheUpdateJob:

List of all members.

Public Member Functions

 __construct ($title, $params, $id=0)
 Construct a job.
 run ()
 Run the job.

Public Attributes

 $end
 $start
 $table

Detailed Description

Job wrapper for HTMLCacheUpdate.

Gets run whenever a related job gets called from the queue.

Definition at line 218 of file HTMLCacheUpdate.php.


Constructor & Destructor Documentation

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

Construct a job.

Parameters:
$titleTitle: the title linked to
$paramsArray: job parameters (table, start and end page_ids)
$idInteger: job id

Definition at line 227 of file HTMLCacheUpdate.php.

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


Member Function Documentation

Run the job.

Returns:
boolean success

Reimplemented from Job.

Definition at line 234 of file HTMLCacheUpdate.php.


Member Data Documentation

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.


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