19declare(strict_types=1);
37 $this->cancelCmd =
null;
38 $this->confirmCmd =
null;
63 public function build(
bool $isFixedTest): void
66 $this->
setCancel($this->
lng->txt(
'back'), $this->getCancelCmd());
67 $this->
setConfirm($this->
lng->txt(
'proceed'), $this->getConfirmCmd());
73 return $this->
lng->txt(
'tst_optional_questions_confirmation_fixed_test');
76 return $this->
lng->txt(
'tst_optional_questions_confirmation_non_fixed_test');
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setCancel(string $a_txt, string $a_cmd, string $a_id='')
setHeaderText(string $a_headertext)
setConfirm(string $a_txt, string $a_cmd, string $a_id='')
setCancelCmd(string $cancelCmd)
setConfirmCmd(string $confirmCmd)
buildHeaderText(bool $isFixedTest)
__construct(ilLanguage $lng)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc