ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 24 of file class.ilECSParticipantSettings.php.
|
private |
Constructor (Singleton)
Definition at line 38 of file class.ilECSParticipantSettings.php.
ilECSParticipantSettings::getAvailabeMids | ( | ) |
Get all available mids.
Definition at line 59 of file class.ilECSParticipantSettings.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
ilECSParticipantSettings::getEnabledParticipants | ( | ) |
get number of participants that are enabled
Definition at line 129 of file class.ilECSParticipantSettings.php.
|
static |
Get instance by server id.
Definition at line 50 of file class.ilECSParticipantSettings.php.
Referenced by ilECSCommunityReader\getEnabledParticipants(), ilRemoteObjectBase\handleUpdate(), ilECSCmsTreeCommandQueueHandler\init(), ilECSSettingsGUI\refreshParticipants(), and ilECSMappingSettingsGUI\setTabs().
ilECSParticipantSettings::getServerId | ( | ) |
Get server id.
Definition at line 92 of file class.ilECSParticipantSettings.php.
References $server_id.
Referenced by read().
ilECSParticipantSettings::isEnabled | ( | $a_mid | ) |
is participant enabled
int | mid |
Definition at line 147 of file class.ilECSParticipantSettings.php.
ilECSParticipantSettings::isImportAllowed | ( | array | $a_mids | ) |
Check if import is allowed for specific mid.
Definition at line 114 of file class.ilECSParticipantSettings.php.
ilECSParticipantSettings::lookupCmsMid | ( | ) |
Lookup mid of current cms participant.
Definition at line 77 of file class.ilECSParticipantSettings.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and ilECSParticipantSetting\IMPORT_CMS.
|
private |
Read stored entry.
Definition at line 100 of file class.ilECSParticipantSettings.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and getServerId().
Referenced by __construct().
|
private |
Definition at line 33 of file class.ilECSParticipantSettings.php.
|
private |
Definition at line 28 of file class.ilECSParticipantSettings.php.
|
private |
Definition at line 29 of file class.ilECSParticipantSettings.php.
|
staticprivate |
Definition at line 26 of file class.ilECSParticipantSettings.php.
|
private |
Definition at line 31 of file class.ilECSParticipantSettings.php.
Referenced by getServerId().