| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilGeneralSettings:
 Collaboration diagram for ilGeneralSettings:| Public Member Functions | |
| ilGeneralSettings () | |
| setSettingsId ($a_settings_id=0) | |
| getSettingsId () | |
| get ($a_type) | |
| getAll () | |
| clearAll () | |
| setAll ($a_values) | |
| Static Public Member Functions | |
| static | _getInstance () | 
| static | _isPaymentEnabled () | 
| Data Fields | |
| $db | |
| $settings | |
| Private Member Functions | |
| fetchSettingsId () | |
| Fetches and sets the primary key of the payment settings. | |
| __getSettings () | |
| Static Private Attributes | |
| static | $_instance | 
Definition at line 4 of file class.ilGeneralSettings.php.
| 
 | private | 
Definition at line 285 of file class.ilGeneralSettings.php.
References $data, $result, $row, DB_FETCHMODE_OBJECT, and fetchSettingsId().
Referenced by ilGeneralSettings(), and setAll().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 11 of file class.ilGeneralSettings.php.
References $_instance, and ilGeneralSettings().
Referenced by ilShopBaseGUI\__construct(), ilShopSearchResult\__initSearchSettingsObject(), ilPaymentObject\_hasAccess(), ilPaymentObject\_isBuyable(), ilShopController\buildTabs(), ilShopController\executeCommand(), ilObjectListGUI\getListItemHTML(), and ilObjectListGUI\insertPayment().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 313 of file class.ilGeneralSettings.php.
References $ilDB, $res, and $row.
Referenced by ilInitialisation\initSettings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilGeneralSettings::clearAll | ( | ) | 
Definition at line 64 of file class.ilGeneralSettings.php.
References getSettingsId().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Fetches and sets the primary key of the payment settings.
private
Definition at line 35 of file class.ilGeneralSettings.php.
References $result, $row, DB_FETCHMODE_OBJECT, and setSettingsId().
Referenced by __getSettings().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilGeneralSettings::get | ( | $a_type | ) | 
Definition at line 54 of file class.ilGeneralSettings.php.
| ilGeneralSettings::getAll | ( | ) | 
Definition at line 59 of file class.ilGeneralSettings.php.
References $settings.
| ilGeneralSettings::getSettingsId | ( | ) | 
Definition at line 49 of file class.ilGeneralSettings.php.
Referenced by clearAll(), and setAll().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilGeneralSettings::ilGeneralSettings | ( | ) | 
Definition at line 21 of file class.ilGeneralSettings.php.
References $ilDB, and __getSettings().
Referenced by _getInstance().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilGeneralSettings::setAll | ( | $a_values | ) | 
Definition at line 121 of file class.ilGeneralSettings.php.
References $ilDB, __getSettings(), and getSettingsId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilGeneralSettings::setSettingsId | ( | $a_settings_id = 0 | ) | 
Definition at line 44 of file class.ilGeneralSettings.php.
Referenced by fetchSettingsId().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | staticprivate | 
Definition at line 6 of file class.ilGeneralSettings.php.
Referenced by _getInstance().
| ilGeneralSettings::$db | 
Definition at line 8 of file class.ilGeneralSettings.php.
| ilGeneralSettings::$settings | 
Definition at line 9 of file class.ilGeneralSettings.php.
Referenced by getAll().