4require_once
'Services/UIComponent/Toolbar/classes/class.ilToolbarGUI.php';
5require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
6require_once
'Services/Form/classes/class.ilSelectInputGUI.php';
74 $this->
setFormAction($this->ctrl->getFormAction($this->parentGUI));
76 $select =
new ilSelectInputGUI($this->lng->txt(
"tst_analysis"), self::SKILL_PROFILE_PARAM);
81 $this->
addFormButton($this->lng->txt(
"select"), $this->parentCMD);
89 $options[0] = $this->lng->txt(
'tst_all_test_competences');
94 $options[$skillProfileId] =
"{$this->lng->txt('tst_gap_analysis')}: {$skillProfileTitle}";
102 if (isset($postData[self::SKILL_PROFILE_PARAM])) {
An exception for terminatinating execution or to throw for unit testing.
This class provides processing control methods.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc