Description of class.
More...
◆ __construct()
ilSCGroups::__construct |
( |
| ) |
|
|
private |
◆ getGroups()
ilSCGroups::getGroups |
( |
| ) |
|
◆ getInstance()
static ilSCGroups::getInstance |
( |
| ) |
|
|
static |
◆ lookupGroupByComponentId()
ilSCGroups::lookupGroupByComponentId |
( |
string |
$a_component_id | ) |
|
◆ read()
◆ updateFromComponentDefinition()
ilSCGroups::updateFromComponentDefinition |
( |
string |
$a_component_id | ) |
|
Definition at line 45 of file class.ilSCGroups.php.
References getGroups().
48 if ($group->getComponentId() === $a_component_id) {
49 return $group->getId();
54 $component_group->setComponentId($a_component_id);
55 $component_group->create();
57 return $component_group->getId();
Defines a system check group including different tasks of a component.
◆ $db
◆ $groups
array ilSCGroups::$groups = array() |
|
private |
◆ $instance
The documentation for this class was generated from the following file: