MediaWiki  REL1_19
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.

Detailed Description

Background job to update links for a given title.

Definition at line 14 of file RefreshLinksJob.php.


Constructor & Destructor Documentation

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

Definition at line 16 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 24 of file RefreshLinksJob.php.

References $options, $wgContLang, $wgParser, Revision\newFromTitle(), ParserOptions\newFromUserAndLang(), LinkCache\singleton(), wfProfileIn(), and wfProfileOut().

Here is the call graph for this function:


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