MediaWiki
REL1_19
|
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.
$oname | String The option to check |
$defaultOverride | String A default value returned if the option does not exist |
$ignoreHidden | Bool = 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.