5 include_once
'./Services/SystemCheck/classes/class.ilSCGroup.php';
36 if(self::$instance == NULL)
38 return self::$instance =
new self();
40 return self::$instance;
51 if($group->getComponentId() == $a_component_id)
53 return $group->getId();
58 $component_group->setComponentId($a_component_id);
59 $component_group->create();
61 return $component_group->getId();
71 $query =
'SELECT id FROM sysc_groups '.
72 'WHERE component = '.$ilDB->quote($a_component_id,
'text');
98 $query =
'SELECT id FROM sysc_groups '.
102 $this->groups =
array();
lookupGroupByComponentId($a_component_id)
__construct()
Singleton constructor.
static getInstance()
Get singleton instance.
Create styles array
The data for the language used.
updateFromComponentDefinition($a_component_id)
Update from component definition reader.
Defines a system check group including different tasks of a component.