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");
An exception for terminatinating execution or to throw for unit testing.
Skill management settings.
getAllowLocalProfiles()
Get value if creation of local profiles is allowed.
getHideProfileBeforeSelfEval()
Get hide profile values before self evaluations.
__construct()
Constructor.
setAllowLocalProfiles(bool $a_val)
Set value if creation of local profiles is allowed.
isActivated()
Is activated.
activate($a_active)
Activate skill management.
setHideProfileBeforeSelfEval($a_val)
Set hide profile values before self evaluations.
setLocalAssignmentOfProfiles(bool $a_val)
Set value if local assignment of global profiles is allowed.
getLocalAssignmentOfProfiles()
Get value if local assignment of global profiles is allowed.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc