24 include_once
'./Services/WebServices/ECS/classes/class.ilECSSetting.php';
58 return self::$instance;
69 return count($this->
getServers()) ? true :
false;
78 return count($this->
getServers()) ? true :
false;
98 $query =
'SELECT server_id FROM ecs_server '.
99 'WHERE active = '.$ilDB->quote(0,
'integer').
' '.
117 $query =
'SELECT server_id FROM ecs_server '.
118 'WHERE active = '.$ilDB->quote(1,
'integer').
' '.
122 $this->servers =
array();
readActiveServers()
Read all actice servers ilDB $ilDB.
static getInstanceByServerId($a_server_id)
Get singleton instance per server.
readInactiveServers()
Read inactive servers ilDB $ilDB.
static getInstance()
Get singleton instance.
serverExists()
Check if there is any server.
Collection of ECS settings.
Create styles array
The data for the language used.
__construct()
Singleton contructor.
activeServerExists()
Check if there is any active server.