36 $value = $a_active ?
"1" :
"0";
37 $this->
set(
"enable_skmg", $value);
42 return (
bool) $this->
get(
"enable_skmg",
"0");
47 $value = $a_val ?
"1" :
"0";
48 $this->
set(
"hide_profile_self_eval", $value);
53 return (
bool) $this->
get(
"hide_profile_self_eval",
"0");
58 $value = $a_val ?
"1" :
"0";
59 $this->
set(
"local_assignment_profiles", $value);
64 return (
bool) $this->
get(
"local_assignment_profiles",
"0");
69 $value = $a_val ?
"1" :
"0";
70 $this->
set(
"allow_local_profiles", $value);
75 return (
bool) $this->
get(
"allow_local_profiles",
"0");
getLocalAssignmentOfProfiles()
getHideProfileBeforeSelfEval()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setLocalAssignmentOfProfiles(bool $a_val)
setAllowLocalProfiles(bool $a_val)
setHideProfileBeforeSelfEval(bool $a_val)
__construct(Container $dic, ilPlugin $plugin)