MediaWiki  REL1_23
GlobalVarConfig Class Reference

Accesses configuration settings from $GLOBALS. More...

Inheritance diagram for GlobalVarConfig:
Collaboration diagram for GlobalVarConfig:

List of all members.

Public Member Functions

 __construct ($prefix= 'wg')
 get ($name)
 set ($name, $value)

Static Public Member Functions

static newInstance ()
 Default builder function.

Protected Member Functions

 getWithPrefix ($prefix, $name)
 Get a variable with a given prefix, if not the defaults.
 setWithPrefix ($prefix, $name, $value)
 Get a variable with a given prefix, if not the defaults.

Private Attributes

string $prefix
 Prefix to use for configuration variables.

Detailed Description

Accesses configuration settings from $GLOBALS.

Since:
1.23

Definition at line 28 of file GlobalVarConfig.php.


Constructor & Destructor Documentation

GlobalVarConfig::__construct ( prefix = 'wg')

Definition at line 43 of file GlobalVarConfig.php.

References $prefix.


Member Function Documentation

GlobalVarConfig::get ( name)
See also:
Config::get

Implements Config.

Definition at line 50 of file GlobalVarConfig.php.

GlobalVarConfig::getWithPrefix ( prefix,
name 
) [protected]

Get a variable with a given prefix, if not the defaults.

Parameters:
string$prefixPrefix to use on the variable, if one.
string$nameVariable name without prefix
Exceptions:
ConfigException
Returns:
mixed

Definition at line 69 of file GlobalVarConfig.php.

static GlobalVarConfig::newInstance ( ) [static]

Default builder function.

Returns:
GlobalVarConfig

Definition at line 39 of file GlobalVarConfig.php.

GlobalVarConfig::set ( name,
value 
)
See also:
Config::set

Implements Config.

Definition at line 57 of file GlobalVarConfig.php.

GlobalVarConfig::setWithPrefix ( prefix,
name,
value 
) [protected]

Get a variable with a given prefix, if not the defaults.

Parameters:
string$prefixPrefix to use on the variable
string$nameVariable name without prefix
mixed$valuevalue to set

Definition at line 84 of file GlobalVarConfig.php.


Member Data Documentation

string GlobalVarConfig::$prefix [private]

Prefix to use for configuration variables.

Definition at line 33 of file GlobalVarConfig.php.

Referenced by __construct().


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