|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilECSParticipantSettingsRepository:Public Member Functions | |
| __construct () | |
| getExportableParticipants ($a_type) | |
| Get participants which are enabled and export is allowed. More... | |
| getServersContaingExports () | |
| Get server ids which allow an export. More... | |
Private Attributes | |
| ilDBInterface | $db |
Definition at line 23 of file class.ilECSParticipantSettingsRepository.php.
| ilECSParticipantSettingsRepository::__construct | ( | ) |
Definition at line 27 of file class.ilECSParticipantSettingsRepository.php.
References $DIC.
| ilECSParticipantSettingsRepository::getExportableParticipants | ( | $a_type | ) |
Get participants which are enabled and export is allowed.
Definition at line 37 of file class.ilECSParticipantSettingsRepository.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Here is the call graph for this function:| ilECSParticipantSettingsRepository::getServersContaingExports | ( | ) |
Get server ids which allow an export.
Definition at line 61 of file class.ilECSParticipantSettingsRepository.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Here is the call graph for this function:
|
private |
Definition at line 25 of file class.ilECSParticipantSettingsRepository.php.