|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilSCComponentTaskGUI:
Collaboration diagram for ilSCComponentTaskGUI:Public Member Functions | |
| __construct (ilSCTask $task=null) | |
| getActions () | |
| array( 'txt' => $lng->txt('sysc_action_repair') 'command' => 'repairTask' ); More... | |
| getTitle () | |
| getDescription () | |
| getGroupTitle () | |
| getGroupDescription () | |
| getTask () | |
| executeCommand () | |
Protected Member Functions | |
| getLang () | |
| getCtrl () | |
| showSimpleConfirmation (string $a_text, string $a_btn_text, string $a_cmd) | |
| cancel () | |
Protected Attributes | |
| ilCtrl | $ctrl |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
| ilSCTask | $task |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Abstract class for component tasks
Definition at line 24 of file class.ilSCComponentTaskGUI.php.
| ilSCComponentTaskGUI::__construct | ( | ilSCTask | $task = null | ) |
Reimplemented in ilSCTreeTasksGUI.
Definition at line 32 of file class.ilSCComponentTaskGUI.php.
References $DIC, $task, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 96 of file class.ilSCComponentTaskGUI.php.
References getCtrl().
Here is the call graph for this function:| ilSCComponentTaskGUI::executeCommand | ( | ) |
Definition at line 73 of file class.ilSCComponentTaskGUI.php.
References getCtrl().
Here is the call graph for this function:
|
abstract |
array( 'txt' => $lng->txt('sysc_action_repair') 'command' => 'repairTask' );
Reimplemented in ilSCTreeTasksGUI.
|
protected |
Definition at line 63 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().
Here is the caller graph for this function:
|
abstract |
Reimplemented in ilSCTreeTasksGUI.
|
abstract |
Reimplemented in ilSCTreeTasksGUI.
|
abstract |
Reimplemented in ilSCTreeTasksGUI.
|
protected |
Definition at line 58 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().
Here is the caller graph for this function:| ilSCComponentTaskGUI::getTask | ( | ) |
Definition at line 68 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().
Here is the caller graph for this function:
|
abstract |
Reimplemented in ilSCTreeTasksGUI.
|
protected |
Definition at line 85 of file class.ilSCComponentTaskGUI.php.
References getCtrl(), and ILIAS\Repository\lng().
Referenced by ilSCTreeTasksGUI\confirmRepairMissing(), ilSCTreeTasksGUI\confirmRepairMissingTreeEntries(), and ilSCTreeTasksGUI\confirmRepairStructure().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.ilSCComponentTaskGUI.php.
Referenced by getCtrl().
|
protected |
Definition at line 27 of file class.ilSCComponentTaskGUI.php.
Referenced by getLang().
|
protected |
Definition at line 30 of file class.ilSCComponentTaskGUI.php.
Referenced by __construct(), ilSCTreeTasksGUI\__construct(), and getTask().
|
protected |
Definition at line 28 of file class.ilSCComponentTaskGUI.php.