|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilSetting:Public Member Functions | |
| ilSetting ($a_module="common") | |
| Initialise Settings. | |
| get ($a_keyword, $a_default_value=false) | |
| get setting | |
| deleteAll () | |
| Delete all settings of a current module. | |
| delete ($a_keyword) | |
| delete one value from settingstable public | |
| getAll () | |
| read all values from settingstable public | |
| set ($a_key, $a_val) | |
| write one value to db-table settings public | |
Data Fields | |
| $setting = array() | |
| $module = "" | |
ILIAS Setting Class.
Definition at line 32 of file class.ilSetting.php.
| ilSetting::delete | ( | $a_keyword | ) |
delete one value from settingstable public
| string | keyword |
Definition at line 110 of file class.ilSetting.php.
| ilSetting::deleteAll | ( | ) |
Delete all settings of a current module.
public
Definition at line 94 of file class.ilSetting.php.
| ilSetting::get | ( | $a_keyword, | |
$a_default_value = false |
|||
| ) |
get setting
public
| string | keyword |
| string | default_value This value is returned, when no setting has been found for the keyword. |
Definition at line 71 of file class.ilSetting.php.
References ILIAS_VERSION.
| ilSetting::getAll | ( | ) |
read all values from settingstable public
Definition at line 129 of file class.ilSetting.php.
References $setting.
| ilSetting::ilSetting | ( | $a_module = "common" | ) |
Initialise Settings.
Definition at line 40 of file class.ilSetting.php.
References $res, and DB_FETCHMODE_ASSOC.
| ilSetting::set | ( | $a_key, | |
| $a_val | |||
| ) |
write one value to db-table settings public
| string | keyword |
| string | value |
Definition at line 141 of file class.ilSetting.php.
| ilSetting::$module = "" |
Definition at line 35 of file class.ilSetting.php.
| ilSetting::$setting = array() |
Definition at line 34 of file class.ilSetting.php.
Referenced by getAll().