ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilSkillManagementSettings Class Reference

Skill management settings. More...

+ Inheritance diagram for ilSkillManagementSettings:
+ Collaboration diagram for ilSkillManagementSettings:

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 = ""

Detailed Description

Skill management settings.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 12 of file class.ilSkillManagementSettings.php.

Constructor & Destructor Documentation

ilSkillManagementSettings::__construct ( )

Constructor.

Definition at line 17 of file class.ilSkillManagementSettings.php.

{
}

Member Function Documentation

ilSkillManagementSettings::activate (   $a_active)

Activate skill management.

Parameters
@return

Definition at line 28 of file class.ilSkillManagementSettings.php.

{
$this->set("enable_skmg", (int) $a_active);
}
ilSkillManagementSettings::isActivated ( )

Is activated.

Definition at line 37 of file class.ilSkillManagementSettings.php.

{
return $this->get("enable_skmg");
}

The documentation for this class was generated from the following file: