ILIAS
Release_4_1_x_branch Revision 61804
|
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().
|
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().
|
static |
Definition at line 313 of file class.ilGeneralSettings.php.
References $ilDB, $res, and $row.
Referenced by ilInitialisation\initSettings().
ilGeneralSettings::clearAll | ( | ) |
Definition at line 64 of file class.ilGeneralSettings.php.
References getSettingsId().
|
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().
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().
ilGeneralSettings::ilGeneralSettings | ( | ) |
Definition at line 21 of file class.ilGeneralSettings.php.
References $ilDB, and __getSettings().
Referenced by _getInstance().
ilGeneralSettings::setAll | ( | $a_values | ) |
Definition at line 121 of file class.ilGeneralSettings.php.
References $ilDB, __getSettings(), and getSettingsId().
ilGeneralSettings::setSettingsId | ( | $a_settings_id = 0 | ) |
Definition at line 44 of file class.ilGeneralSettings.php.
Referenced by fetchSettingsId().
|
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().