|
MediaWiki
REL1_23
|


Public Member Functions | |
| getOption ($oname, $defaultOverride=null, $ignoreHidden=false) | |
| Get the user's current setting for a given option. | |
| load () | |
| Load the user table data for this object from the source given by mFrom. | |
Public Attributes | |
| $mDataLoaded | |
| $ppfz_test | |
Definition at line 221 of file preprocessorFuzzTest.php.
| PPFuzzUser::getOption | ( | $ | oname, |
| $ | defaultOverride = null, |
||
| $ | ignoreHidden = false |
||
| ) |
Get the user's current setting for a given option.
| string | $oname | The option to check |
| string | $defaultOverride | A default value returned if the option does not exist |
| bool | $ignoreHidden | Whether to ignore the effects of $wgHiddenPrefs |
Reimplemented from User.
Definition at line 232 of file preprocessorFuzzTest.php.
| PPFuzzUser::load | ( | ) |
Load the user table data for this object from the source given by mFrom.
Reimplemented from User.
Definition at line 224 of file preprocessorFuzzTest.php.
References User\loadDefaults().
| PPFuzzUser::$mDataLoaded |
Definition at line 222 of file preprocessorFuzzTest.php.
| PPFuzzUser::$ppfz_test |
Definition at line 222 of file preprocessorFuzzTest.php.