|
MediaWiki
REL1_19
|


Public Member Functions | |
| __construct () | |
| Default constructor. | |
| convertOptionBatch ($res, $dbw) | |
| execute () | |
| Do the actual work. | |
Private Attributes | |
| $mConversionCount = 0 | |
Definition at line 26 of file convertUserOptions.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from Maintenance.
Definition at line 30 of file convertUserOptions.php.
| ConvertUserOptions::convertOptionBatch | ( | $ | res, |
| $ | dbw | ||
| ) |
| $res | |
| $dbw | DatabaseBase |
Definition at line 68 of file convertUserOptions.php.
References $res, and User\newFromRow().
Referenced by execute().


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().

ConvertUserOptions::$mConversionCount = 0 [private] |
Definition at line 28 of file convertUserOptions.php.