|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilECSParticipantSettings:Public Member Functions | |
| getAvailabeMids () | |
| Get all available mids. More... | |
| lookupCmsMid () | |
| Lookup mid of current cms participant. More... | |
| getServerId () | |
| Get server id. More... | |
| isImportAllowed (array $a_mids) | |
| Check if import is allowed for specific mid. More... | |
| getEnabledParticipants () | |
| get number of participants that are enabled More... | |
| isEnabled ($a_mid) | |
| is participant enabled More... | |
Static Public Member Functions | |
| static | getInstanceByServerId (int $a_server_id) |
| Get instance by server id. More... | |
Private Member Functions | |
| __construct (int $a_server_id) | |
| Constructor (Singleton) More... | |
| read () | |
| Read stored entry. More... | |
Private Attributes | |
| array | $export = array() |
| array | $import = array() |
| int | $server_id |
| ilDBInterface | $db |
Static Private Attributes | |
| static array | $instances = null |
Definition at line 23 of file class.ilECSParticipantSettings.php.
|
private |
Constructor (Singleton)
Definition at line 37 of file class.ilECSParticipantSettings.php.
Here is the call graph for this function:| ilECSParticipantSettings::getAvailabeMids | ( | ) |
Get all available mids.
Definition at line 58 of file class.ilECSParticipantSettings.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Here is the call graph for this function:| ilECSParticipantSettings::getEnabledParticipants | ( | ) |
get number of participants that are enabled
Definition at line 128 of file class.ilECSParticipantSettings.php.
References ILIAS\LTI\ToolProvider\$enabled.
|
static |
Get instance by server id.
Definition at line 49 of file class.ilECSParticipantSettings.php.
Referenced by ilECSCommunityReader\getEnabledParticipants(), ilRemoteObjectBase\handleUpdate(), ilECSCmsTreeCommandQueueHandler\init(), ilECSSettingsGUI\refreshParticipants(), and ilECSMappingSettingsGUI\setTabs().
Here is the caller graph for this function:| ilECSParticipantSettings::getServerId | ( | ) |
Get server id.
Definition at line 91 of file class.ilECSParticipantSettings.php.
References $server_id.
Referenced by read().
Here is the caller graph for this function:| ilECSParticipantSettings::isEnabled | ( | $a_mid | ) |
is participant enabled
| int | mid |
Definition at line 146 of file class.ilECSParticipantSettings.php.
References true.
| ilECSParticipantSettings::isImportAllowed | ( | array | $a_mids | ) |
Check if import is allowed for specific mid.
Definition at line 113 of file class.ilECSParticipantSettings.php.
| ilECSParticipantSettings::lookupCmsMid | ( | ) |
Lookup mid of current cms participant.
Definition at line 76 of file class.ilECSParticipantSettings.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ilECSParticipantSetting\IMPORT_CMS.
|
private |
Read stored entry.
Definition at line 99 of file class.ilECSParticipantSettings.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, and getServerId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 32 of file class.ilECSParticipantSettings.php.
|
private |
Definition at line 27 of file class.ilECSParticipantSettings.php.
|
private |
Definition at line 28 of file class.ilECSParticipantSettings.php.
|
staticprivate |
Definition at line 25 of file class.ilECSParticipantSettings.php.
|
private |
Definition at line 30 of file class.ilECSParticipantSettings.php.
Referenced by getServerId().