ILIAS
Release_4_4_x_branch Revision 61816
|
Skill management settings. More...
Public Member Functions | |
__construct () | |
Constructor. | |
activate ($a_active) | |
Activate skill management. | |
isActivated () | |
Is activated. | |
Public Member Functions inherited from ilSetting | |
ilSetting ($a_module="common", $a_disabled_cache=false) | |
Initialize settings. | |
getModule () | |
Get currernt module. | |
read () | |
Read settings data. | |
get ($a_keyword, $a_default_value=false) | |
get setting | |
deleteAll () | |
Delete all settings of a current module. | |
deleteLike ($a_like) | |
Delete all settings corresponding to a like string. | |
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 | |
setScormDebug ($a_key, $a_val) |
Additional Inherited Members | |
Static Public Member Functions inherited from ilSetting | |
static | _lookupValue ($a_module, $a_keyword) |
static | _getValueType () |
get the type of the value column in the database | |
static | _changeValueType ($a_new_type= 'text') |
change the type of the value column in the database | |
static | _getLongerSettings ($a_limit= '4000') |
get a list of setting records with values loger than a limit | |
Data Fields inherited from ilSetting | |
$setting = array() | |
$module = "" |
Skill management settings.
Definition at line 12 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::__construct | ( | ) |
Constructor.
Definition at line 17 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::activate | ( | $a_active | ) |
Activate skill management.
@return |
Definition at line 28 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::isActivated | ( | ) |
Is activated.
Definition at line 37 of file class.ilSkillManagementSettings.php.