30 $this->
set(
"enable_skmg", (int) $a_active);
39 return $this->
get(
"enable_skmg");
49 $this->
set(
"hide_profile_self_eval", (int) $a_val);
59 return $this->
get(
"hide_profile_self_eval");
69 $this->
set(
"local_assignment_profiles", (int) $a_val);
79 return $this->
get(
"local_assignment_profiles");
89 $this->
set(
"allow_local_profiles", (int) $a_val);
99 return $this->
get(
"allow_local_profiles");
getLocalAssignmentOfProfiles()
Get value if local assignment of global profiles is allowed.
getHideProfileBeforeSelfEval()
Get hide profile values before self evaluations.
__construct()
Constructor.
Skill management settings.
setLocalAssignmentOfProfiles(bool $a_val)
Set value if local assignment of global profiles is allowed.
isActivated()
Is activated.
getAllowLocalProfiles()
Get value if creation of local profiles is allowed.
setAllowLocalProfiles(bool $a_val)
Set value if creation of local profiles is allowed.
setHideProfileBeforeSelfEval($a_val)
Set hide profile values before self evaluations.
__construct(Container $dic, ilPlugin $plugin)
activate($a_active)
Activate skill management.