ILIAS  Release_4_2_x_branch Revision 61807
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilGeneralSettings Class Reference
+ Collaboration diagram for ilGeneralSettings:

Public Member Functions

 ilGeneralSettings ()

Static Public Member Functions

static _getInstance ()

Data Fields

 $db
 $settings

Static Private Attributes

static $_instance

Detailed Description

Definition at line 7 of file class.ilGeneralSettings.php.

Member Function Documentation

static ilGeneralSettings::_getInstance ( )
static

Definition at line 14 of file class.ilGeneralSettings.php.

References $_instance, and ilGeneralSettings().

Referenced by ilGeneralSettings().

{
if(!isset(self::$_instance))
{
self::$_instance = new ilGeneralSettings();
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilGeneralSettings::ilGeneralSettings ( )

Definition at line 24 of file class.ilGeneralSettings.php.

References _getInstance().

Referenced by _getInstance().

{
$this->settings = $pSettings->getAll();
// global $ilDB;
//
// $this->db = $ilDB;
//
// $this->__getSettings();
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Field Documentation

ilGeneralSettings::$_instance
staticprivate

Definition at line 9 of file class.ilGeneralSettings.php.

Referenced by _getInstance().

ilGeneralSettings::$db

Definition at line 11 of file class.ilGeneralSettings.php.

ilGeneralSettings::$settings

Definition at line 12 of file class.ilGeneralSettings.php.


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