19 declare(strict_types=1);
50 case self::CONTEXT_PASS_OVERVIEW:
51 case self::CONTEXT_INFO_SCREEN:
59 $this->
setCancel($this->
lng->txt(
'cancel'),
'cancelDeletePass');
60 $this->
setConfirm($this->
lng->txt(
'delete'),
'performDeletePass');
build(int $activeId, int $pass, string $context)
setFormAction(string $a_form_action)
setHeaderText(string $a_headertext)
addHiddenItem(string $a_post_var, string $a_value)
Base Exception for all Exceptions relating to Modules/Test.
const CONTEXT_PASS_OVERVIEW
setCancel(string $a_txt, string $a_cmd, string $a_id='')
const CONTEXT_INFO_SCREEN
setConfirm(string $a_txt, string $a_cmd, string $a_id='')
__construct(Container $dic, ilPlugin $plugin)
__construct(ilCtrlInterface $ctrl, ilLanguage $lng, object $parentGUI)