ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilGeneralSettings () | |
setSettingsId ($a_settings_id=0) | |
getSettingsId () | |
get ($a_type) | |
getAll () | |
clearAll () | |
setAll ($a_values) | |
__getSettings () |
Static Public Member Functions | |
static | _getInstance () |
Data Fields | |
$db | |
$settings |
Private Member Functions | |
fetchSettingsId () | |
Fetches and sets the primary key of the payment settings. |
Static Private Attributes | |
static | $_instance |
Definition at line 24 of file class.ilGeneralSettings.php.
ilGeneralSettings::__getSettings | ( | ) |
Definition at line 305 of file class.ilGeneralSettings.php.
References $data, $result, $row, DB_FETCHMODE_OBJECT, and fetchSettingsId().
Referenced by ilGeneralSettings(), and setAll().
|
static |
Definition at line 31 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(), ilObjectListGUI\insertPayment(), and ilMainMenuGUI\setTemplateVars().
ilGeneralSettings::clearAll | ( | ) |
Definition at line 84 of file class.ilGeneralSettings.php.
References getSettingsId().
|
private |
Fetches and sets the primary key of the payment settings.
private
Definition at line 55 of file class.ilGeneralSettings.php.
References $result, $row, DB_FETCHMODE_OBJECT, and setSettingsId().
Referenced by __getSettings().
ilGeneralSettings::get | ( | $a_type | ) |
Definition at line 74 of file class.ilGeneralSettings.php.
ilGeneralSettings::getAll | ( | ) |
Definition at line 79 of file class.ilGeneralSettings.php.
References $settings.
ilGeneralSettings::getSettingsId | ( | ) |
Definition at line 69 of file class.ilGeneralSettings.php.
Referenced by clearAll(), and setAll().
ilGeneralSettings::ilGeneralSettings | ( | ) |
Definition at line 41 of file class.ilGeneralSettings.php.
References $ilDB, and __getSettings().
Referenced by _getInstance().
ilGeneralSettings::setAll | ( | $a_values | ) |
Definition at line 141 of file class.ilGeneralSettings.php.
References $ilDB, __getSettings(), and getSettingsId().
ilGeneralSettings::setSettingsId | ( | $a_settings_id = 0 | ) |
Definition at line 64 of file class.ilGeneralSettings.php.
Referenced by fetchSettingsId().
|
staticprivate |
Definition at line 26 of file class.ilGeneralSettings.php.
Referenced by _getInstance().
ilGeneralSettings::$db |
Definition at line 28 of file class.ilGeneralSettings.php.
ilGeneralSettings::$settings |
Definition at line 29 of file class.ilGeneralSettings.php.
Referenced by getAll().