19 declare(strict_types=1);
34 protected bool $skills_service_enabled =
false,
35 protected bool $hide_info_tab =
false,
48 ?array $environment =
null 55 $environment[
'participant_data_exists']
59 $inputs[
'hide_info_tab'] = $f->checkbox(
60 $lng->
txt(
'tst_hide_info_tab'),
61 $lng->
txt(
'tst_hide_info_tab_desc')
70 bool $participant_data_exists
72 $skills_service_activation = $f->checkbox(
73 $lng->
txt(
'tst_activate_skill_service'),
74 $lng->
txt(
'tst_activate_skill_service_desc')
77 if ($participant_data_exists) {
78 return $skills_service_activation->withDisabled(
true);
81 return $skills_service_activation;
104 return $this->skills_service_enabled;
109 $clone = clone $this;
110 $clone->skills_service_enabled = $skills_service_enabled;
116 return $this->hide_info_tab;
120 $clone = clone $this;
121 $clone->hide_info_tab = $hide_info_tab;
toForm(\ilLanguage $lng, FieldFactory $f, Refinery $refinery, ?array $environment=null)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
Skill management settings.
toLog(AdditionalInformationGenerator $additional_info)
__construct(int $test_id, protected bool $skills_service_enabled=false, protected bool $hide_info_tab=false,)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getInputSkillsServiceActivation(\ilLanguage $lng, FieldFactory $f, bool $participant_data_exists)
withSkillsServiceEnabled(bool $skills_service_enabled)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
withHideInfoTab(bool $hide_info_tab)
getSkillsServiceEnabled()