MediaWiki
REL1_20
|
Background job to update links for a given title. More...
Public Member Functions | |
__construct ($title, $params, $id=0) | |
run () | |
Run a refreshLinks2 job. | |
Public Attributes | |
const | MAX_TITLES_RUN = 10 |
Background job to update links for a given title.
Newer version for high use templates.
Definition at line 94 of file RefreshLinksJob.php.
RefreshLinksJob2::__construct | ( | $ | title, |
$ | params, | ||
$ | id = 0 |
||
) |
Definition at line 97 of file RefreshLinksJob.php.
References Job\$id, Job\$params, and Job\$title.
Run a refreshLinks2 job.
Reimplemented from Job.
Definition at line 105 of file RefreshLinksJob.php.
References Job\$title, Job\batchInsert(), MAX_TITLES_RUN, Revision\newFromTitle(), IDBAccessObject\READ_NORMAL, RefreshLinksJob\runForTitleInternal(), LinkCache\singleton(), wfGetLB(), wfProfileIn(), wfProfileOut(), and wfWaitForSlaves().
const RefreshLinksJob2::MAX_TITLES_RUN = 10 |
Definition at line 95 of file RefreshLinksJob.php.
Referenced by run().