MediaWiki
REL1_24
|
Mainteance script to populate the category table. More...
Public Member Functions | |
__construct () | |
execute () | |
Public Attributes | |
const | REPORTING_INTERVAL = 1000 |
Private Member Functions | |
doPopulateCategory ($begin, $maxlag, $throttle, $force) |
Mainteance script to populate the category table.
Definition at line 32 of file populateCategory.php.
Reimplemented from Maintenance.
Definition at line 36 of file populateCategory.php.
References Maintenance\addOption(), in, is, it, on, options(), print, run, table, and will.
PopulateCategory::doPopulateCategory | ( | $ | begin, |
$ | maxlag, | ||
$ | throttle, | ||
$ | force | ||
) | [private] |
Definition at line 83 of file populateCategory.php.
References $name, array(), Category\newFromName(), Maintenance\output(), wfGetDB(), and wfWaitForSlaves().
Referenced by execute().
Reimplemented from Maintenance.
Definition at line 75 of file populateCategory.php.
References doPopulateCategory(), and Maintenance\getOption().
const PopulateCategory::REPORTING_INTERVAL = 1000 |
Definition at line 34 of file populateCategory.php.