|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Skill management settings. More...
Inheritance diagram for ilSkillManagementSettings:
Collaboration diagram for ilSkillManagementSettings:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| activate ($a_active) | |
| Activate skill management. More... | |
| isActivated () | |
| Is activated. More... | |
Public Member Functions inherited from ilSetting | |
| __construct ($a_module="common", $a_disabled_cache=false) | |
| Initialize settings. More... | |
| getModule () | |
| Get currernt module. More... | |
| read () | |
| Read settings data. More... | |
| get ($a_keyword, $a_default_value=false) | |
| get setting More... | |
| deleteAll () | |
| Delete all settings of a current module. More... | |
| deleteLike ($a_like) | |
| Delete all settings corresponding to a like string. More... | |
| delete ($a_keyword) | |
| delete one value from settingstable @access public More... | |
| getAll () | |
| read all values from settingstable @access public More... | |
| set ($a_key, $a_val) | |
| write one value to db-table settings @access public More... | |
| 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. More... | |
| static | _changeValueType ($a_new_type='text') |
| change the type of the value column in the database More... | |
| static | _getLongerSettings ($a_limit='4000') |
| get a list of setting records with values loger than a limit More... | |
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.