4require_once
'./Services/Utilities/classes/class.ilConfirmationGUI.php';
36 $this->cancelCmd =
null;
37 $this->confirmCmd =
null;
72 public function build($isFixedTest)
75 $this->
setCancel($this->lng->txt(
'back'), $this->getCancelCmd());
76 $this->
setConfirm($this->lng->txt(
'proceed'), $this->getConfirmCmd());
83 return $this->lng->txt(
'tst_optional_questions_confirmation_fixed_test');
86 return $this->lng->txt(
'tst_optional_questions_confirmation_non_fixed_test');
Confirmation screen class.
setCancel($a_txt, $a_cmd)
Set cancel button command and text.
setHeaderText($a_headertext)
Set Set header text.
setConfirm($a_txt, $a_cmd)
Set confirmation button command and text.
buildHeaderText($isFixedTest)
setConfirmCmd($confirmCmd)
__construct(ilLanguage $lng)