MediaWiki  REL1_20
RefreshLinksJob Class Reference

Background job to update links for a given title. More...

Inheritance diagram for RefreshLinksJob:
Collaboration diagram for RefreshLinksJob:

List of all members.

Public Member Functions

 __construct ($title, $params= '', $id=0)
 run ()
 Run a refreshLinks job.

Static Public Member Functions

static runForTitleInternal (Title $title, Revision $revision, $fname)

Detailed Description

Background job to update links for a given title.

Definition at line 29 of file RefreshLinksJob.php.


Constructor & Destructor Documentation

RefreshLinksJob::__construct ( title,
params = '',
id = 0 
)

Definition at line 31 of file RefreshLinksJob.php.

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


Member Function Documentation

Run a refreshLinks job.

Returns:
boolean success

Reimplemented from Job.

Definition at line 39 of file RefreshLinksJob.php.

References Revision\newFromTitle(), IDBAccessObject\READ_NORMAL, runForTitleInternal(), LinkCache\singleton(), wfGetLB(), wfProfileIn(), and wfProfileOut().


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