ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collection of ECS settings. More...
Public Member Functions | |
activeServerExists () | |
Check if there is any active server. More... | |
serverExists () | |
Check if there is any server. More... | |
getServers () | |
Get servers. More... | |
readInactiveServers () | |
Read inactive servers ilDB $ilDB. More... | |
Static Public Member Functions | |
static | getInstance () |
Get singleton instance. More... | |
Protected Member Functions | |
__construct () | |
Singleton contructor. More... | |
Private Member Functions | |
readActiveServers () | |
Read all actice servers ilDB $ilDB. More... | |
Private Attributes | |
$servers = array() | |
Static Private Attributes | |
static | $instance = null |
Collection of ECS settings.
Definition at line 34 of file class.ilECSServerSettings.php.
|
protected |
Singleton contructor.
Definition at line 44 of file class.ilECSServerSettings.php.
References readActiveServers().
ilECSServerSettings::activeServerExists | ( | ) |
Check if there is any active server.
Definition at line 66 of file class.ilECSServerSettings.php.
References getServers().
|
static |
Get singleton instance.
Definition at line 54 of file class.ilECSServerSettings.php.
Referenced by ilAuthUtils\_getActiveAuthModes(), ilECSObjectSettings\_handleDelete(), ilInfoScreenGUI\addObjectSections(), ilECSSettingsGUI\communities(), ilECSSettingsGUI\exportMappings(), ilAdvancedMDRecordGUI\handleECSDefinitions(), ilECSSettingsGUI\imported(), ilECSSettingsGUI\importMappings(), ilAuthProviderECS\initECSServices(), ilAuthContainerECS\initECSServices(), ilECSObjectSettings\isActive(), ilECSSettingsGUI\overview(), ilECSSettingsGUI\readAll(), ilECSSettingsGUI\refreshParticipants(), ilECSSettingsGUI\setSubTabs(), ilECSTaskScheduler\start(), ilECSTaskScheduler\startExecution(), and ilECSSettingsGUI\updateCommunities().
ilECSServerSettings::getServers | ( | ) |
Get servers.
Definition at line 84 of file class.ilECSServerSettings.php.
References $servers.
Referenced by activeServerExists(), ilECSServerTableGUI\parse(), and serverExists().
|
private |
Read all actice servers ilDB $ilDB.
Definition at line 113 of file class.ilECSServerSettings.php.
References $DIC, $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, and ilECSSetting\getInstanceByServerId().
Referenced by __construct().
ilECSServerSettings::readInactiveServers | ( | ) |
Read inactive servers ilDB $ilDB.
Definition at line 93 of file class.ilECSServerSettings.php.
References $DIC, $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, and ilECSSetting\getInstanceByServerId().
ilECSServerSettings::serverExists | ( | ) |
Check if there is any server.
Definition at line 75 of file class.ilECSServerSettings.php.
References getServers().
|
staticprivate |
Definition at line 36 of file class.ilECSServerSettings.php.
|
private |
Definition at line 38 of file class.ilECSServerSettings.php.
Referenced by getServers().