ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct () | |
activate (bool $a_active) | |
isActivated () | |
setHideProfileBeforeSelfEval (bool $a_val) | |
getHideProfileBeforeSelfEval () | |
setLocalAssignmentOfProfiles (bool $a_val) | |
getLocalAssignmentOfProfiles () | |
setAllowLocalProfiles (bool $a_val) | |
getAllowLocalProfiles () | |
![]() | |
__construct (string $a_module="common", bool $a_disabled_cache=false) | |
getModule () | |
read () | |
get (string $a_keyword, ?string $a_default_value=null) | |
get setting More... | |
deleteAll () | |
deleteLike (string $a_like) | |
delete (string $a_keyword) | |
getAll () | |
set (string $a_key, string $a_val) | |
setScormDebug (string $a_key, string $a_val) | |
Additional Inherited Members | |
![]() | |
static | _lookupValue (string $a_module, string $a_keyword) |
static | _getValueType () |
Get the type of the value column in the database. More... | |
static | _changeValueType (string $a_new_type='text') |
change the type of the value column in the database More... | |
static | _getLongerSettings (int $a_limit=4000) |
get a list of setting records with values loger than a limit More... | |
![]() | |
array | $setting = array() |
string | $module = "" |
![]() | |
ilDBInterface | $db |
bool | $cache_disabled = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Skill management settings
Definition at line 27 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::__construct | ( | ) |
Definition at line 29 of file class.ilSkillManagementSettings.php.
References ILIAS\GlobalScreen\Provider\__construct().
ilSkillManagementSettings::activate | ( | bool | $a_active | ) |
Definition at line 34 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::getAllowLocalProfiles | ( | ) |
Definition at line 73 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::getHideProfileBeforeSelfEval | ( | ) |
Definition at line 51 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::getLocalAssignmentOfProfiles | ( | ) |
Definition at line 62 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::isActivated | ( | ) |
Definition at line 40 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::setAllowLocalProfiles | ( | bool | $a_val | ) |
Definition at line 67 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::setHideProfileBeforeSelfEval | ( | bool | $a_val | ) |
Definition at line 45 of file class.ilSkillManagementSettings.php.
ilSkillManagementSettings::setLocalAssignmentOfProfiles | ( | bool | $a_val | ) |
Definition at line 56 of file class.ilSkillManagementSettings.php.