19 declare(strict_types=1);
37 $value = $a_active ?
"1" :
"0";
38 $this->
set(
"enable_skmg", $value);
43 return (
bool) $this->
get(
"enable_skmg",
"0");
48 $value = $a_val ?
"1" :
"0";
49 $this->
set(
"hide_profile_self_eval", $value);
54 return (
bool) $this->
get(
"hide_profile_self_eval",
"0");
59 $value = $a_val ?
"1" :
"0";
60 $this->
set(
"local_assignment_profiles", $value);
65 return (
bool) $this->
get(
"local_assignment_profiles",
"0");
70 $value = $a_val ?
"1" :
"0";
71 $this->
set(
"allow_local_profiles", $value);
76 return (
bool) $this->
get(
"allow_local_profiles",
"0");
getLocalAssignmentOfProfiles()
getHideProfileBeforeSelfEval()
Skill management settings.
setLocalAssignmentOfProfiles(bool $a_val)
setAllowLocalProfiles(bool $a_val)
setHideProfileBeforeSelfEval(bool $a_val)
__construct(Container $dic, ilPlugin $plugin)