93 $next_class = $this->
getCtrl()->getNextClass($this);
94 $cmd = $this->
getCtrl()->getCmd();
96 switch ($next_class) {
108 include_once
'./Services/Utilities/classes/class.ilConfirmationGUI.php';
110 $confirm->setFormAction($this->
getCtrl()->getFormAction($this));
111 $confirm->setConfirm($a_btn_text, $a_cmd);
112 $confirm->setCancel($this->lng->txt(
'cancel'),
'cancel');
113 $confirm->setHeaderText($a_text);
115 $GLOBALS[
'tpl']->setContent($confirm->getHTML());
123 $this->
getCtrl()->returnToParent($this);
Defines a system check task.
getDescription()
get description of task
Abstract class for component tasks.
getGroupDescription()
Get description of group.
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
showSimpleConfirmation($a_text, $a_btn_text, $a_cmd)
Show simple confirmation.
getGroupTitle()
Get title of group.
__construct(ilSCTask $task=null)
executeCommand()
Execute command.
cancel()
Cancel and return to task list.
getActions()
Get actions for task table gui array( 'txt' => $lng->txt('sysc_action_repair') 'command' => 'repairTa...
getTitle()
Get title of task.
Confirmation screen class.