|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Description of class. More...
Collaboration diagram for ilSCGroups: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().
Here is the call graph for this function:| ilSCGroups::getGroups | ( | ) |
Get groups.
Definition at line 86 of file class.ilSCGroups.php.
References $groups.
Referenced by updateFromComponentDefinition().
Here is the caller graph for this function:
|
static |
Get singleton instance.
Definition at line 34 of file class.ilSCGroups.php.
References $instance.
Referenced by ilObjDefReader\handlerBeginTag(), and ilSCGroupTableGUI\parse().
Here is the caller graph for this function:| ilSCGroups::lookupGroupByComponentId | ( | $a_component_id | ) |
Definition at line 67 of file class.ilSCGroups.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilObjDefReader\handlerBeginTag().
Here is the caller graph for this function:
|
protected |
read groups
Definition at line 94 of file class.ilSCGroups.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __construct().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
private |
Definition at line 20 of file class.ilSCGroups.php.
Referenced by getGroups().
|
staticprivate |
Definition at line 18 of file class.ilSCGroups.php.
Referenced by getInstance().