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

List of all members.

Public Member Functions

 __construct ()
 Default constructor.
 convertOptionBatch ($res, $dbw)
 execute ()
 Do the actual work.

Private Attributes

 $mConversionCount = 0

Detailed Description

Definition at line 26 of file convertUserOptions.php.


Constructor & Destructor Documentation

Default constructor.

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

Reimplemented from Maintenance.

Definition at line 30 of file convertUserOptions.php.


Member Function Documentation

Parameters:
$res
$dbwDatabaseBase
Returns:
null|int

Definition at line 68 of file convertUserOptions.php.

References $res, and User\newFromRow().

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 35 of file convertUserOptions.php.

References $res, convertOptionBatch(), Maintenance\output(), wfGetDB(), and wfWaitForSlaves().

Here is the call graph for this function:


Member Data Documentation

ConvertUserOptions::$mConversionCount = 0 [private]

Definition at line 28 of file convertUserOptions.php.


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