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

List of all members.

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

Detailed Description

Definition at line 221 of file preprocessorFuzzTest.php.


Member Function Documentation

PPFuzzUser::getOption ( oname,
defaultOverride = null,
ignoreHidden = false 
)

Get the user's current setting for a given option.

Parameters:
$onameString The option to check
$defaultOverrideString A default value returned if the option does not exist
$ignoreHiddenBool = whether to ignore the effects of $wgHiddenPrefs
Returns:
String User's current value for the option
See also:
getBoolOption()
getIntOption()

Reimplemented from User.

Definition at line 232 of file preprocessorFuzzTest.php.

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

Here is the call graph for this function:


Member Data Documentation

PPFuzzUser::$mDataLoaded

Definition at line 222 of file preprocessorFuzzTest.php.

PPFuzzUser::$ppfz_test

Definition at line 222 of file preprocessorFuzzTest.php.


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