ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Description of class. More...
Public Member Functions | |
updateFromComponentDefinition ($a_component_id) | |
Update from component definition reader. More... | |
lookupGroupByComponentId ($a_component_id) | |
getGroups () | |
Get groups. More... | |
Static Public Member Functions | |
static | getInstance () |
Get singleton instance. More... | |
Protected Member Functions | |
read () | |
read groups More... | |
Private Member Functions | |
__construct () | |
Singleton constructor. More... | |
Private Attributes | |
$groups = array() | |
Static Private Attributes | |
static | $instance = null |
Description of class.
Definition at line 12 of file class.ilSCGroups.php.
|
private |
Singleton constructor.
Definition at line 25 of file class.ilSCGroups.php.
References read().
ilSCGroups::getGroups | ( | ) |
Get groups.
Definition at line 86 of file class.ilSCGroups.php.
References $groups, and array.
Referenced by updateFromComponentDefinition().
|
static |
Get singleton instance.
Definition at line 34 of file class.ilSCGroups.php.
Referenced by ilObjDefReader\handlerBeginTag(), and ilSCGroupTableGUI\parse().
ilSCGroups::lookupGroupByComponentId | ( | $a_component_id | ) |
Definition at line 67 of file class.ilSCGroups.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
|
protected |
read groups
Definition at line 94 of file class.ilSCGroups.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __construct().
ilSCGroups::updateFromComponentDefinition | ( | $a_component_id | ) |
Update from component definition reader.
type | $a_component_id |
Definition at line 47 of file class.ilSCGroups.php.
References getGroups().
|
private |
Definition at line 20 of file class.ilSCGroups.php.
Referenced by getGroups().
|
staticprivate |
Definition at line 18 of file class.ilSCGroups.php.