|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilSCGroups:Public Member Functions | |
| updateFromComponentDefinition (string $a_component_id) | |
| lookupGroupByComponentId (string $a_component_id) | |
| getGroups () | |
Static Public Member Functions | |
| static | getInstance () |
Protected Member Functions | |
| read () | |
Protected Attributes | |
| ilDBInterface | $db |
Private Member Functions | |
| __construct () | |
Private Attributes | |
| array | $groups = array() |
Static Private Attributes | |
| static ilSCGroups | $instance = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Description of class
Definition at line 24 of file class.ilSCGroups.php.
|
private |
Definition at line 32 of file class.ilSCGroups.php.
Here is the call graph for this function:| ilSCGroups::getGroups | ( | ) |
Definition at line 74 of file class.ilSCGroups.php.
References $groups.
Referenced by updateFromComponentDefinition().
Here is the caller graph for this function:
|
static |
Definition at line 40 of file class.ilSCGroups.php.
Referenced by ilSystemCheckDefinitionProcessor\beginTag(), and ilSCGroupTableGUI\parse().
Here is the caller graph for this function:| ilSCGroups::lookupGroupByComponentId | ( | string | $a_component_id | ) |
Definition at line 60 of file class.ilSCGroups.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ilDBConstants\T_TEXT.
|
protected |
Definition at line 79 of file class.ilSCGroups.php.
References $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __construct().
Here is the caller graph for this function:| ilSCGroups::updateFromComponentDefinition | ( | string | $a_component_id | ) |
Definition at line 45 of file class.ilSCGroups.php.
References getGroups().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilSCGroups.php.
|
private |
Definition at line 28 of file class.ilSCGroups.php.
Referenced by getGroups().
|
staticprivate |
Definition at line 26 of file class.ilSCGroups.php.