93 $next_class = $this->
getCtrl()->getNextClass($this);
110 include_once
'./Services/Utilities/classes/class.ilConfirmationGUI.php';
112 $confirm->setFormAction($this->
getCtrl()->getFormAction($this));
113 $confirm->setConfirm($a_btn_text, $a_cmd);
114 $confirm->setCancel($this->lng->txt(
'cancel'),
'cancel');
115 $confirm->setHeaderText($a_text);
117 $GLOBALS[
'tpl']->setContent($confirm->getHTML());
125 $this->
getCtrl()->returnToParent($this);
Confirmation screen class.
Abstract class for component tasks.
getDescription()
get description of task
cancel()
Cancel and return to task list.
getGroupTitle()
Get title of group.
getActions()
Get actions for task table gui array( 'txt' => $lng->txt('sysc_action_repair') 'command' => 'repairTa...
executeCommand()
Execute command.
showSimpleConfirmation($a_text, $a_btn_text, $a_cmd)
Show simple confirmation.
getTitle()
Get title of task.
getGroupDescription()
Get description of group.
__construct(ilSCTask $task=null)
Defines a system check task.
$GLOBALS['PHPCAS_CLIENT']
This global variable is used by the interface class phpCAS.