3 declare(strict_types=1);
38 $value = $a_active ?
"1" :
"0";
39 $this->
set(
"enable_skmg", $value);
44 return (
bool) $this->
get(
"enable_skmg",
"0");
49 $value = $a_val ?
"1" :
"0";
50 $this->
set(
"hide_profile_self_eval", $value);
55 return (
bool) $this->
get(
"hide_profile_self_eval",
"0");
60 $value = $a_val ?
"1" :
"0";
61 $this->
set(
"local_assignment_profiles", $value);
66 return (
bool) $this->
get(
"local_assignment_profiles",
"0");
71 $value = $a_val ?
"1" :
"0";
72 $this->
set(
"allow_local_profiles", $value);
77 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)