|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Collaboration diagram for ilECSSetting:Public Member Functions | |
| setTitle ($a_title) | |
| Set title. More... | |
| getTitle () | |
| Get title. More... | |
| setAuthType ($a_auth_type) | |
| Set auth type. More... | |
| getAuthType () | |
| Get auth type. More... | |
| setAuthUser ($a_user) | |
| Set apache auth user. More... | |
| getAuthUser () | |
| Get apache auth user. More... | |
| setAuthPass ($a_pass) | |
| Set Apache auth password. More... | |
| getAuthPass () | |
| Get auth password. More... | |
| getServerId () | |
| Get current server id. More... | |
| setEnabledStatus ($a_status) | |
| en/disable ecs functionality More... | |
| isEnabled () | |
| is enabled More... | |
| setServer ($a_server) | |
| set server More... | |
| getServer () | |
| get server More... | |
| getServerURI () | |
| get complete server uri More... | |
| setProtocol ($a_prot) | |
| set protocol More... | |
| getProtocol () | |
| get protocol More... | |
| setPort ($a_port) | |
| set port More... | |
| getPort () | |
| get port More... | |
| setPollingTime ($a_time) | |
| set polling time More... | |
| getPollingTime () | |
| get polling time More... | |
| getPollingTimeSeconds () | |
| get polling time seconds (<60) More... | |
| getPollingTimeMinutes () | |
| get polling time minutes More... | |
| setPollingTimeMS ($a_min, $a_sec) | |
| Set polling time. More... | |
| setClientCertPath ($a_path) | |
| set More... | |
| getClientCertPath () | |
| get certificate path More... | |
| setCACertPath ($a_ca) | |
| set ca cert path More... | |
| getCACertPath () | |
| get ca cert path More... | |
| getKeyPath () | |
| get key path More... | |
| setKeyPath ($a_path) | |
| set key path More... | |
| getKeyPassword () | |
| get key password More... | |
| setKeyPassword ($a_pass) | |
| set key password More... | |
| setImportId ($a_id) | |
| set import id Object of category, that store new remote courses More... | |
| getImportId () | |
| get import id More... | |
| setCertSerialNumber ($a_cert_serial) | |
| set cert serial number More... | |
| getCertSerialNumber () | |
| get cert serial number More... | |
| getGlobalRole () | |
| get global role More... | |
| setGlobalRole ($a_role_id) | |
| set default global role More... | |
| setDuration ($a_duration) | |
| set Duration More... | |
| getDuration () | |
| get duration More... | |
| getUserRecipients () | |
| Get new user recipients. More... | |
| getUserRecipientsAsString () | |
| Get new user recipients. More... | |
| setUserRecipients ($a_logins) | |
| set user recipients More... | |
| getEContentRecipients () | |
| get Econtent recipients More... | |
| getEContentRecipientsAsString () | |
| get EContent recipients as string More... | |
| setEContentRecipients ($a_logins) | |
| set EContent recipients More... | |
| getApprovalRecipients () | |
| get approval recipients More... | |
| getApprovalRecipientsAsString () | |
| get approval recipients as string More... | |
| setApprovalRecipients ($a_rcp) | |
| set approval recipients More... | |
| validate () | |
| Validate settings. More... | |
| checkImportId () | |
| check import id More... | |
| save () | |
| save settings More... | |
| update () | |
| Update setting. More... | |
| delete () | |
| Delete. More... | |
| fetchCertificateExpiration () | |
| Fetch validity (expired date) @global ilLog $ilLog. More... | |
| __clone () | |
| Overwritten clone method Reset all connection settings. More... | |
Static Public Member Functions | |
| static | _getInstance () |
| singleton getInstance More... | |
| static | getInstanceByServerId ($a_server_id) |
| Get singleton instance per server. More... | |
| static | lookupAuthMode () |
| Lookup auth mode. More... | |
Data Fields | |
| const | DEFAULT_AUTH_MODE = 'ldap' |
| const | ERROR_EXTRACT_SERIAL = 'ecs_error_extract_serial' |
| const | ERROR_REQUIRED = 'fill_out_all_required_fields' |
| const | ERROR_INVALID_IMPORT_ID = 'ecs_check_import_id' |
| const | ERROR_CERT_EXPIRED = 'ecs_certificate_expired' |
| const | AUTH_CERTIFICATE = 1 |
| const | AUTH_APACHE = 2 |
| const | DEFAULT_DURATION = 6 |
| const | PROTOCOL_HTTP = 0 |
| const | PROTOCOL_HTTPS = 1 |
Static Protected Attributes | |
| static | $instances = null |
Private Member Functions | |
| __construct ($a_server_id=0) | |
| Singleton contructor. More... | |
| fetchSerialID () | |
| Fetch serial ID from cert. More... | |
| read () | |
| Read settings. More... | |
Private Attributes | |
| $server_id = 0 | |
| $active = false | |
| $title = '' | |
| $auth_type = self::AUTH_CERTIFICATE | |
| $server | |
| $protocol | |
| $port | |
| $client_cert_path | |
| $ca_cert_path | |
| $key_path | |
| $key_password | |
| $polling | |
| $import_id | |
| $cert_serial | |
| $global_role | |
| $duration | |
| $auth_user = '' | |
| $auth_pass = '' | |
| $user_recipients = array() | |
| $econtent_recipients = array() | |
| $approval_recipients = array() | |
Definition at line 33 of file class.ilECSSetting.php.
|
private |
Singleton contructor.
@access private
Definition at line 83 of file class.ilECSSetting.php.
References read().
Here is the call graph for this function:| ilECSSetting::__clone | ( | ) |
Overwritten clone method Reset all connection settings.
Definition at line 1003 of file class.ilECSSetting.php.
References getTitle(), setAuthPass(), setAuthType(), setAuthUser(), setCACertPath(), setCertSerialNumber(), setClientCertPath(), setEnabledStatus(), setKeyPassword(), setKeyPath(), setPort(), setProtocol(), setServer(), and setTitle().
Here is the call graph for this function:
|
static |
singleton getInstance
@access public
Definition at line 97 of file class.ilECSSetting.php.
References $GLOBALS, and getInstanceByServerId().
Here is the call graph for this function:| ilECSSetting::checkImportId | ( | ) |
check import id
@access public
Definition at line 747 of file class.ilECSSetting.php.
References getImportId().
Referenced by validate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSSetting::delete | ( | ) |
Delete.
Definition at line 842 of file class.ilECSSetting.php.
References $ilDB, ilECSCommunityCache\deleteByServerId(), ilECSDataMappingSetting\deleteByServerId(), ilECSEventQueueReader\deleteByServerId(), ilECSExport\deleteByServerId(), ilECSParticipantSetting\deleteByServerId(), ilECSNodeMappingAssignment\deleteByServerId(), ilECSCmsData\deleteByServerId(), getServerId(), and ilECSImport\resetServerId().
Here is the call graph for this function:| ilECSSetting::fetchCertificateExpiration | ( | ) |
Fetch validity (expired date) @global ilLog $ilLog.
Definition at line 888 of file class.ilECSSetting.php.
References $ilLog, ilDatePresentation\formatDate(), getAuthType(), getClientCertPath(), and IL_CAL_UNIX.
Referenced by validate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Fetch serial ID from cert.
@access private
Definition at line 915 of file class.ilECSSetting.php.
References $ilLog, getClientCertPath(), and setCertSerialNumber().
Referenced by validate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSSetting::getApprovalRecipients | ( | ) |
get approval recipients
@access public
Definition at line 658 of file class.ilECSSetting.php.
Referenced by ilECSObjectSettings\sendNewContentNotification().
Here is the caller graph for this function:| ilECSSetting::getApprovalRecipientsAsString | ( | ) |
get approval recipients as string
@access public
return
Definition at line 670 of file class.ilECSSetting.php.
Referenced by ilECSObjectSettings\sendNewContentNotification().
Here is the caller graph for this function:| ilECSSetting::getAuthPass | ( | ) |
Get auth password.
Definition at line 193 of file class.ilECSSetting.php.
References $auth_pass.
Referenced by validate().
Here is the caller graph for this function:| ilECSSetting::getAuthType | ( | ) |
Get auth type.
Definition at line 157 of file class.ilECSSetting.php.
References $auth_type.
Referenced by fetchCertificateExpiration(), and validate().
Here is the caller graph for this function:| ilECSSetting::getAuthUser | ( | ) |
Get apache auth user.
Definition at line 175 of file class.ilECSSetting.php.
References $auth_user.
Referenced by validate().
Here is the caller graph for this function:| ilECSSetting::getCACertPath | ( | ) |
get ca cert path
@access public
Definition at line 442 of file class.ilECSSetting.php.
References $ca_cert_path.
Referenced by validate().
Here is the caller graph for this function:| ilECSSetting::getCertSerialNumber | ( | ) |
get cert serial number
@access public
Definition at line 533 of file class.ilECSSetting.php.
| ilECSSetting::getClientCertPath | ( | ) |
get certificate path
@access public
Definition at line 419 of file class.ilECSSetting.php.
References $client_cert_path.
Referenced by fetchCertificateExpiration(), fetchSerialID(), and validate().
Here is the caller graph for this function:| ilECSSetting::getDuration | ( | ) |
get duration
@access public
Definition at line 579 of file class.ilECSSetting.php.
References DEFAULT_DURATION.
Referenced by ilECSAppEventListener\extendAccount(), and validate().
Here is the caller graph for this function:| ilECSSetting::getEContentRecipients | ( | ) |
get Econtent recipients
@access public
Definition at line 624 of file class.ilECSSetting.php.
| ilECSSetting::getEContentRecipientsAsString | ( | ) |
get EContent recipients as string
@access public
Definition at line 635 of file class.ilECSSetting.php.
| ilECSSetting::getGlobalRole | ( | ) |
get global role
@access public
Definition at line 544 of file class.ilECSSetting.php.
References $global_role.
Referenced by validate().
Here is the caller graph for this function:| ilECSSetting::getImportId | ( | ) |
get import id
@access public
Definition at line 510 of file class.ilECSSetting.php.
References $import_id.
Referenced by checkImportId(), ilRemoteObjectBase\createFromECSEContent(), and validate().
Here is the caller graph for this function:
|
static |
Get singleton instance per server.
| int | $a_server_id |
Definition at line 109 of file class.ilECSSetting.php.
Referenced by ilECSDataMappingSettings\__construct(), ilECSEventQueueReader\__construct(), ilECSMappingSettingsGUI\__construct(), _getInstance(), ilECSTaskScheduler\_getInstanceByServerId(), ilECSObjectSettings\_handleDelete(), ilRemoteObjectBase\createAuthResource(), ilECSServerTableGUI\fillRow(), ilRemoteObjectBase\getFullRemoteLink(), ilECSEContentDetails\getInstance(), ilECSCommunityReader\getInstanceByServerId(), ilECSCategoryMapping\getMatchingCategory(), ilECSNodeMappingTreeTableGUI\getServer(), ilECSObjectSettings\handleContentUpdate(), ilECSObjectSettings\handleSettingsUpdate(), ilECSAppEventListener\initServer(), ilECSSettingsGUI\initSettings(), ilECSParticipantSettingsGUI\initSettings(), ilECSTreeReader\read(), ilECSServerSettings\readActiveServers(), ilECSServerSettings\readInactiveServers(), ilRemoteObjectBase\sendNewContentNotification(), and ilECSAppEventListener\updateEnrolmentStatus().
Here is the caller graph for this function:| ilECSSetting::getKeyPassword | ( | ) |
get key password
@access public
Definition at line 476 of file class.ilECSSetting.php.
References $key_password.
Referenced by validate().
Here is the caller graph for this function:| ilECSSetting::getKeyPath | ( | ) |
get key path
@access public
Definition at line 453 of file class.ilECSSetting.php.
References $key_path.
Referenced by validate().
Here is the caller graph for this function:| ilECSSetting::getPollingTime | ( | ) |
get polling time
@access public
Definition at line 362 of file class.ilECSSetting.php.
References $polling.
Referenced by validate().
Here is the caller graph for this function:| ilECSSetting::getPollingTimeMinutes | ( | ) |
get polling time minutes
@access public
Definition at line 384 of file class.ilECSSetting.php.
| ilECSSetting::getPollingTimeSeconds | ( | ) |
get polling time seconds (<60)
@access public
Definition at line 373 of file class.ilECSSetting.php.
| ilECSSetting::getPort | ( | ) |
get port
@access public
Definition at line 339 of file class.ilECSSetting.php.
References $port.
Referenced by validate().
Here is the caller graph for this function:| ilECSSetting::getProtocol | ( | ) |
get protocol
@access public
Definition at line 315 of file class.ilECSSetting.php.
References $protocol.
Referenced by getServerURI().
Here is the caller graph for this function:| ilECSSetting::getServer | ( | ) |
get server
@access public
Definition at line 249 of file class.ilECSSetting.php.
References $server.
Referenced by getServerURI(), and validate().
Here is the caller graph for this function:| ilECSSetting::getServerId | ( | ) |
Get current server id.
Definition at line 202 of file class.ilECSSetting.php.
References $server_id.
Referenced by ilECSCommunityTableGUI\__construct(), ilECSObjectSettings\addMetadataToJson(), ilRemoteObjectBase\createFromECSEContent(), delete(), ilECSObjectSettings\doUpdate(), ilRemoteObjectBase\handleDelete(), ilECSObjectSettings\handleSettingsForServer(), ilRemoteObjectBase\handleUpdate(), ilRemoteObjectBase\importMetadataFromJson(), read(), ilECSObjectSettings\sendNewContentNotification(), ilObjRemoteCourse\updateCustomFromECSContent(), and ilRemoteObjectBase\updateFromECSContent().
Here is the caller graph for this function:| ilECSSetting::getServerURI | ( | ) |
get complete server uri
@access public
Definition at line 260 of file class.ilECSSetting.php.
References getProtocol(), getServer(), PROTOCOL_HTTP, and PROTOCOL_HTTPS.
Here is the call graph for this function:| ilECSSetting::getTitle | ( | ) |
Get title.
Definition at line 139 of file class.ilECSSetting.php.
References $title.
Referenced by __clone().
Here is the caller graph for this function:| ilECSSetting::getUserRecipients | ( | ) |
Get new user recipients.
@access public
Definition at line 590 of file class.ilECSSetting.php.
| ilECSSetting::getUserRecipientsAsString | ( | ) |
Get new user recipients.
@access public
Definition at line 601 of file class.ilECSSetting.php.
| ilECSSetting::isEnabled | ( | ) |
is enabled
@access public
Definition at line 225 of file class.ilECSSetting.php.
References $active.
Referenced by validate().
Here is the caller graph for this function:
|
static |
Lookup auth mode.
Definition at line 121 of file class.ilECSSetting.php.
References DEFAULT_AUTH_MODE.
Referenced by ilECSAppEventListener\handleMembership(), and ilECSCmsCourseMemberCommandQueueHandler\refreshAssignmentStatus().
Here is the caller graph for this function:
|
private |
Read settings.
@access private
Definition at line 962 of file class.ilECSSetting.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_ASSOC, getServerId(), setAuthPass(), setAuthType(), setAuthUser(), setCACertPath(), setCertSerialNumber(), setClientCertPath(), setDuration(), setEnabledStatus(), setGlobalRole(), setImportId(), setKeyPassword(), setKeyPath(), setPollingTime(), setPort(), setProtocol(), setServer(), and setTitle().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSSetting::save | ( | ) |
save settings
@access public
Definition at line 772 of file class.ilECSSetting.php.
References $ilDB.
| ilECSSetting::setApprovalRecipients | ( | $a_rcp | ) |
set approval recipients
@access public
| string | recipients |
Definition at line 681 of file class.ilECSSetting.php.
| ilECSSetting::setAuthPass | ( | $a_pass | ) |
Set Apache auth password.
| string | $a_pass |
Definition at line 184 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setAuthType | ( | $a_auth_type | ) |
Set auth type.
| int | $a_auth_type |
Definition at line 148 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setAuthUser | ( | $a_user | ) |
Set apache auth user.
| string | $a_user |
Definition at line 166 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setCACertPath | ( | $a_ca | ) |
set ca cert path
@access public
| string | ca cert path |
Definition at line 431 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setCertSerialNumber | ( | $a_cert_serial | ) |
set cert serial number
@access public
Definition at line 522 of file class.ilECSSetting.php.
Referenced by __clone(), fetchSerialID(), and read().
Here is the caller graph for this function:| ilECSSetting::setClientCertPath | ( | $a_path | ) |
set
@access public
Definition at line 409 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setDuration | ( | $a_duration | ) |
set Duration
@access public
| int | duration |
Definition at line 568 of file class.ilECSSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilECSSetting::setEContentRecipients | ( | $a_logins | ) |
set EContent recipients
@access public
| array | of user obj_ids |
Definition at line 647 of file class.ilECSSetting.php.
| ilECSSetting::setEnabledStatus | ( | $a_status | ) |
en/disable ecs functionality
@access public
| bool | status |
Definition at line 214 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setGlobalRole | ( | $a_role_id | ) |
set default global role
@access public
| int | role_id |
Definition at line 556 of file class.ilECSSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilECSSetting::setImportId | ( | $a_id | ) |
set import id Object of category, that store new remote courses
@access public
Definition at line 500 of file class.ilECSSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilECSSetting::setKeyPassword | ( | $a_pass | ) |
set key password
@access public
| string | key password |
Definition at line 488 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setKeyPath | ( | $a_path | ) |
set key path
@access public
| string | key path |
Definition at line 465 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setPollingTime | ( | $a_time | ) |
set polling time
@access public
| int | polling time |
Definition at line 351 of file class.ilECSSetting.php.
Referenced by read(), and setPollingTimeMS().
Here is the caller graph for this function:| ilECSSetting::setPollingTimeMS | ( | $a_min, | |
| $a_sec | |||
| ) |
Set polling time.
@access public
| int | minutes |
| int | seconds |
Definition at line 397 of file class.ilECSSetting.php.
References setPollingTime().
Here is the call graph for this function:| ilECSSetting::setPort | ( | $a_port | ) |
set port
@access public
| int | port |
Definition at line 327 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setProtocol | ( | $a_prot | ) |
set protocol
@access public
Definition at line 304 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setServer | ( | $a_server | ) |
set server
@access public
Definition at line 237 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setTitle | ( | $a_title | ) |
Set title.
| string | $a_title |
Definition at line 130 of file class.ilECSSetting.php.
Referenced by __clone(), and read().
Here is the caller graph for this function:| ilECSSetting::setUserRecipients | ( | $a_logins | ) |
set user recipients
@access public
| array | of recipients (array of user login names) |
Definition at line 613 of file class.ilECSSetting.php.
| ilECSSetting::update | ( | ) |
Update setting.
Definition at line 808 of file class.ilECSSetting.php.
References $ilDB.
| ilECSSetting::validate | ( | ) |
Validate settings.
@access public
| void |
Definition at line 694 of file class.ilECSSetting.php.
References AUTH_APACHE, checkImportId(), ERROR_CERT_EXPIRED, ERROR_EXTRACT_SERIAL, ERROR_INVALID_IMPORT_ID, ERROR_REQUIRED, fetchCertificateExpiration(), fetchSerialID(), getAuthPass(), getAuthType(), getAuthUser(), getCACertPath(), getClientCertPath(), getDuration(), getGlobalRole(), getImportId(), getKeyPassword(), getKeyPath(), getPollingTime(), getPort(), getServer(), and isEnabled().
Here is the call graph for this function:
|
private |
Definition at line 55 of file class.ilECSSetting.php.
Referenced by isEnabled().
|
private |
Definition at line 76 of file class.ilECSSetting.php.
|
private |
Definition at line 72 of file class.ilECSSetting.php.
Referenced by getAuthPass().
|
private |
Definition at line 57 of file class.ilECSSetting.php.
Referenced by getAuthType().
|
private |
Definition at line 71 of file class.ilECSSetting.php.
Referenced by getAuthUser().
|
private |
Definition at line 62 of file class.ilECSSetting.php.
Referenced by getCACertPath().
|
private |
Definition at line 67 of file class.ilECSSetting.php.
|
private |
Definition at line 61 of file class.ilECSSetting.php.
Referenced by getClientCertPath().
|
private |
Definition at line 69 of file class.ilECSSetting.php.
|
private |
Definition at line 75 of file class.ilECSSetting.php.
|
private |
Definition at line 68 of file class.ilECSSetting.php.
Referenced by getGlobalRole().
|
private |
Definition at line 66 of file class.ilECSSetting.php.
Referenced by getImportId().
|
staticprotected |
Definition at line 51 of file class.ilECSSetting.php.
|
private |
Definition at line 64 of file class.ilECSSetting.php.
Referenced by getKeyPassword().
|
private |
Definition at line 63 of file class.ilECSSetting.php.
Referenced by getKeyPath().
|
private |
Definition at line 65 of file class.ilECSSetting.php.
Referenced by getPollingTime().
|
private |
Definition at line 60 of file class.ilECSSetting.php.
Referenced by getPort().
|
private |
Definition at line 59 of file class.ilECSSetting.php.
Referenced by getProtocol().
|
private |
Definition at line 58 of file class.ilECSSetting.php.
Referenced by getServer().
|
private |
Definition at line 54 of file class.ilECSSetting.php.
Referenced by getServerId().
|
private |
Definition at line 56 of file class.ilECSSetting.php.
Referenced by getTitle().
|
private |
Definition at line 74 of file class.ilECSSetting.php.
| const ilECSSetting::AUTH_APACHE = 2 |
Definition at line 43 of file class.ilECSSetting.php.
Referenced by ilECSSettingsGUI\initSettingsForm(), and ilECSConnector\prepareConnection().
| const ilECSSetting::AUTH_CERTIFICATE = 1 |
Definition at line 42 of file class.ilECSSetting.php.
Referenced by ilECSSettingsGUI\initSettingsForm(), and ilECSConnector\prepareConnection().
| const ilECSSetting::DEFAULT_AUTH_MODE = 'ldap' |
Definition at line 35 of file class.ilECSSetting.php.
Referenced by lookupAuthMode().
| const ilECSSetting::DEFAULT_DURATION = 6 |
Definition at line 45 of file class.ilECSSetting.php.
Referenced by getDuration().
| const ilECSSetting::ERROR_CERT_EXPIRED = 'ecs_certificate_expired' |
Definition at line 40 of file class.ilECSSetting.php.
Referenced by validate().
| const ilECSSetting::ERROR_EXTRACT_SERIAL = 'ecs_error_extract_serial' |
Definition at line 37 of file class.ilECSSetting.php.
Referenced by validate().
| const ilECSSetting::ERROR_INVALID_IMPORT_ID = 'ecs_check_import_id' |
Definition at line 39 of file class.ilECSSetting.php.
Referenced by validate().
| const ilECSSetting::ERROR_REQUIRED = 'fill_out_all_required_fields' |
Definition at line 38 of file class.ilECSSetting.php.
Referenced by validate().
| const ilECSSetting::PROTOCOL_HTTP = 0 |
Definition at line 48 of file class.ilECSSetting.php.
Referenced by getServerURI().
| const ilECSSetting::PROTOCOL_HTTPS = 1 |
Definition at line 49 of file class.ilECSSetting.php.
Referenced by getServerURI(), and ilECSSettingsGUI\initSettingsForm().