MediaWiki  REL1_19
PopulateCategory Class Reference
Inheritance diagram for PopulateCategory:
Collaboration diagram for PopulateCategory:

List of all members.

Public Member Functions

 __construct ()
 Default constructor.
 execute ()
 Do the actual work.

Public Attributes

const REPORTING_INTERVAL = 1000

Private Member Functions

 doPopulateCategory ($begin, $maxlag, $throttle, $force)

Detailed Description

Definition at line 28 of file populateCategory.php.


Constructor & Destructor Documentation

Default constructor.

Children should call this *first* if implementing their own constructors

Reimplemented from Maintenance.

Definition at line 32 of file populateCategory.php.

References Maintenance\addOption(), and print.

Here is the call graph for this function:


Member Function Documentation

PopulateCategory::doPopulateCategory ( begin,
maxlag,
throttle,
force 
) [private]

Definition at line 64 of file populateCategory.php.

References Category\newFromName(), Maintenance\output(), wfGetDB(), and wfWaitForSlaves().

Referenced by execute().

Here is the call graph for this function:

Here is the caller graph for this function:

Do the actual work.

All child classes will need to implement this

Reimplemented from Maintenance.

Definition at line 56 of file populateCategory.php.

References doPopulateCategory(), and Maintenance\getOption().

Here is the call graph for this function:


Member Data Documentation

Definition at line 30 of file populateCategory.php.


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