ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Abstract class for component tasks. More...
Public Member Functions | |
__construct (ilSCTask $task=null) | |
getActions () | |
Get actions for task table gui array( 'txt' => $lng->txt('sysc_action_repair') 'command' => 'repairTask' );. More... | |
getTitle () | |
Get title of task. More... | |
getDescription () | |
get description of task More... | |
getGroupTitle () | |
Get title of group. More... | |
getGroupDescription () | |
Get description of group. More... | |
getTask () | |
executeCommand () | |
Execute command. More... | |
Protected Member Functions | |
getLang () | |
Get language. More... | |
getCtrl () | |
Get ctrl. More... | |
showSimpleConfirmation ($a_text, $a_btn_text, $a_cmd) | |
Show simple confirmation. More... | |
cancel () | |
Cancel and return to task list. More... | |
Protected Attributes | |
$ctrl | |
$lng | |
$task = null | |
Abstract class for component tasks.
Definition at line 11 of file class.ilSCComponentTaskGUI.php.
ilSCComponentTaskGUI::__construct | ( | ilSCTask | $task = null | ) |
Definition at line 22 of file class.ilSCComponentTaskGUI.php.
References $GLOBALS, $task, getActions(), getDescription(), getGroupDescription(), getGroupTitle(), and getTitle().
|
protected |
Cancel and return to task list.
Definition at line 121 of file class.ilSCComponentTaskGUI.php.
References getCtrl().
ilSCComponentTaskGUI::executeCommand | ( | ) |
Execute command.
Definition at line 91 of file class.ilSCComponentTaskGUI.php.
References getCtrl().
|
abstract |
Get actions for task table gui array( 'txt' => $lng->txt('sysc_action_repair') 'command' => 'repairTask' );.
Referenced by __construct().
|
protected |
Get ctrl.
Definition at line 75 of file class.ilSCComponentTaskGUI.php.
References $ctrl.
Referenced by ilSCTreeTasksGUI\analyzeStructure(), cancel(), ilSCTreeTasksGUI\deleteDuplicatesFromRepository(), ilSCTreeTasksGUI\deleteDuplicatesFromTrash(), executeCommand(), ilSCTreeTasksGUI\findMissing(), ilSCTreeTasksGUI\findMissingTreeEntries(), ilSCTreeTasksGUI\listTree(), ilSCTreeTasksGUI\repairMissing(), ilSCTreeTasksGUI\repairMissingTreeEntries(), ilSCTreeTasksGUI\repairStructure(), showSimpleConfirmation(), and ilSCTreeTasksGUI\validateDuplicates().
|
abstract |
|
abstract |
|
abstract |
|
protected |
Get language.
Definition at line 66 of file class.ilSCComponentTaskGUI.php.
References $lng.
Referenced by ilSCTreeTasksGUI\analyzeStructure(), ilSCTreeTasksGUI\confirmRepairMissing(), ilSCTreeTasksGUI\confirmRepairMissingTreeEntries(), ilSCTreeTasksGUI\confirmRepairStructure(), ilSCTreeTasksGUI\deleteDuplicatesFromRepository(), ilSCTreeTasksGUI\deleteDuplicatesFromTrash(), ilSCTreeTasksGUI\findMissing(), ilSCTreeTasksGUI\findMissingTreeEntries(), ilSCTreeTasksGUI\getActions(), ilSCTreeTasksGUI\getDescription(), ilSCTreeTasksGUI\getGroupDescription(), ilSCTreeTasksGUI\getGroupTitle(), ilSCTreeTasksGUI\getTitle(), ilSCTreeTasksGUI\listTree(), ilSCTreeTasksGUI\repairMissing(), ilSCTreeTasksGUI\repairMissingTreeEntries(), ilSCTreeTasksGUI\repairStructure(), and ilSCTreeTasksGUI\validateDuplicates().
ilSCComponentTaskGUI::getTask | ( | ) |
Definition at line 83 of file class.ilSCComponentTaskGUI.php.
References $task.
Referenced by ilSCTreeTasksGUI\analyzeStructure(), ilSCTreeTasksGUI\deleteDuplicatesFromRepository(), ilSCTreeTasksGUI\deleteDuplicatesFromTrash(), ilSCTreeTasksGUI\findMissing(), ilSCTreeTasksGUI\findMissingTreeEntries(), ilSCTreeTasksGUI\getActions(), ilSCTreeTasksGUI\getDescription(), ilSCTreeTasksGUI\getTitle(), ilSCTreeTasksGUI\listTree(), ilSCTreeTasksGUI\repairMissing(), ilSCTreeTasksGUI\repairMissingTreeEntries(), ilSCTreeTasksGUI\repairStructure(), and ilSCTreeTasksGUI\validateDuplicates().
|
abstract |
|
protected |
Show simple confirmation.
Definition at line 106 of file class.ilSCComponentTaskGUI.php.
References $GLOBALS, and getCtrl().
Referenced by ilSCTreeTasksGUI\confirmRepairMissing(), ilSCTreeTasksGUI\confirmRepairMissingTreeEntries(), and ilSCTreeTasksGUI\confirmRepairStructure().
|
protected |
Definition at line 13 of file class.ilSCComponentTaskGUI.php.
Referenced by getCtrl().
|
protected |
Definition at line 14 of file class.ilSCComponentTaskGUI.php.
Referenced by getLang().
|
protected |
Definition at line 16 of file class.ilSCComponentTaskGUI.php.
Referenced by __construct(), and getTask().