5include_once
'./Services/SystemCheck/classes/class.ilSCTask.php';
22 include_once
'./Services/SystemCheck/classes/class.ilSCGroup.php';
32 switch ($component_id) {
34 include_once
'./Services/Tree/classes/class.ilSCTreeTasksGUI.php';
35 include_once
'./Services/SystemCheck/classes/class.ilSCTask.php';
44 public static function getTask($a_group_id, $a_task_id)
47 switch ($component_id) {
50 return new \ilSCTreeDumpTask($a_task_id);
53 return new \ilSCTask($a_task_id);
66 include_once
'./Services/SystemCheck/classes/class.ilSCTasks.php';
An exception for terminatinating execution or to throw for unit testing.
Factory for component tasks.
static getComponentTaskGUIForGroup($a_group_id, $a_task_id=null)
get task gui for group
static getTask($a_group_id, $a_task_id)
static getComponentTask($a_task_id)
static lookupComponent($a_id)
lookup component by id @global type $ilDB
static lookupGroupId($a_task_id)
Lookup group id by task id @global type $ilDB.
static lookupIdentifierForTask($a_task_id)