|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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) 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... | |
| static | ecsConfigured () |
| Checks if an ecs server is configured. 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 |
| static | $configured |
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 84 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 1000 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 98 of file class.ilECSSetting.php.
References $GLOBALS, getInstanceByServerId(), and ilLogLevel\WARNING.
Here is the call graph for this function:| ilECSSetting::checkImportId | ( | ) |
check import id
@access public
Definition at line 752 of file class.ilECSSetting.php.
References $DIC, $tree, and 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 853 of file class.ilECSSetting.php.
References $DIC, $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:
|
static |
Checks if an ecs server is configured.
Definition at line 131 of file class.ilECSSetting.php.
References $c, $configured, $DIC, $ilDB, $query, and $ret.
Referenced by ilAdvancedMDRecord\_getAllRecordsByObjectType(), and ilAdvancedMDRecord\_getAssignableObjectTypes().
Here is the caller graph for this function:| ilECSSetting::fetchCertificateExpiration | ( | ) |
Fetch validity (expired date)
Definition at line 900 of file class.ilECSSetting.php.
References $GLOBALS, 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 923 of file class.ilECSSetting.php.
References $GLOBALS, 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 672 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 684 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 213 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 177 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 195 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 456 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 547 of file class.ilECSSetting.php.
| ilECSSetting::getClientCertPath | ( | ) |
get certificate path
@access public
Definition at line 433 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 593 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 638 of file class.ilECSSetting.php.
| ilECSSetting::getEContentRecipientsAsString | ( | ) |
get EContent recipients as string
@access public
Definition at line 649 of file class.ilECSSetting.php.
| ilECSSetting::getGlobalRole | ( | ) |
get global role
@access public
Definition at line 558 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 524 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 110 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 490 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 467 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 376 of file class.ilECSSetting.php.
References $polling.
| ilECSSetting::getPollingTimeMinutes | ( | ) |
get polling time minutes
@access public
Definition at line 398 of file class.ilECSSetting.php.
| ilECSSetting::getPollingTimeSeconds | ( | ) |
get polling time seconds (<60)
@access public
Definition at line 387 of file class.ilECSSetting.php.
| ilECSSetting::getPort | ( | ) |
get port
@access public
Definition at line 353 of file class.ilECSSetting.php.
References $port.
Referenced by getServerURI(), and validate().
Here is the caller graph for this function:| ilECSSetting::getProtocol | ( | ) |
get protocol
@access public
Definition at line 329 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 269 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 222 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 280 of file class.ilECSSetting.php.
References $key, getPort(), getProtocol(), getServer(), PROTOCOL_HTTP, and PROTOCOL_HTTPS.
Here is the call graph for this function:| ilECSSetting::getTitle | ( | ) |
Get title.
Definition at line 159 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 604 of file class.ilECSSetting.php.
| ilECSSetting::getUserRecipientsAsString | ( | ) |
Get new user recipients.
@access public
Definition at line 615 of file class.ilECSSetting.php.
| ilECSSetting::isEnabled | ( | ) |
is enabled
@access public
Definition at line 245 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.
|
private |
Read settings.
@access private
Definition at line 959 of file class.ilECSSetting.php.
References $DIC, $ilDB, $query, $res, $row, ilDBConstants\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 777 of file class.ilECSSetting.php.
| ilECSSetting::setApprovalRecipients | ( | $a_rcp | ) |
set approval recipients
@access public
| string | recipients |
Definition at line 695 of file class.ilECSSetting.php.
| ilECSSetting::setAuthPass | ( | $a_pass | ) |
Set Apache auth password.
| string | $a_pass |
Definition at line 204 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 168 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 186 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 445 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 536 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 423 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 582 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 661 of file class.ilECSSetting.php.
| ilECSSetting::setEnabledStatus | ( | $a_status | ) |
en/disable ecs functionality
@access public
| bool | status |
Definition at line 234 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 570 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 514 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 502 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 479 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 365 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 411 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 341 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 318 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 257 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 150 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 627 of file class.ilECSSetting.php.
| ilECSSetting::update | ( | ) |
Update setting.
Definition at line 816 of file class.ilECSSetting.php.
| ilECSSetting::validate | ( | ) |
Validate settings.
@access public
| void |
Definition at line 708 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(), getPort(), getServer(), and isEnabled().
Here is the call graph for this function:
|
private |
Definition at line 56 of file class.ilECSSetting.php.
Referenced by isEnabled().
|
private |
Definition at line 77 of file class.ilECSSetting.php.
|
private |
Definition at line 73 of file class.ilECSSetting.php.
Referenced by getAuthPass().
|
private |
Definition at line 58 of file class.ilECSSetting.php.
Referenced by getAuthType().
|
private |
Definition at line 72 of file class.ilECSSetting.php.
Referenced by getAuthUser().
|
private |
Definition at line 63 of file class.ilECSSetting.php.
Referenced by getCACertPath().
|
private |
Definition at line 68 of file class.ilECSSetting.php.
|
private |
Definition at line 62 of file class.ilECSSetting.php.
Referenced by getClientCertPath().
|
staticprotected |
Definition at line 52 of file class.ilECSSetting.php.
Referenced by ecsConfigured().
|
private |
Definition at line 70 of file class.ilECSSetting.php.
|
private |
Definition at line 76 of file class.ilECSSetting.php.
|
private |
Definition at line 69 of file class.ilECSSetting.php.
Referenced by getGlobalRole().
|
private |
Definition at line 67 of file class.ilECSSetting.php.
Referenced by getImportId().
|
staticprotected |
Definition at line 51 of file class.ilECSSetting.php.
|
private |
Definition at line 65 of file class.ilECSSetting.php.
Referenced by getKeyPassword().
|
private |
Definition at line 64 of file class.ilECSSetting.php.
Referenced by getKeyPath().
|
private |
Definition at line 66 of file class.ilECSSetting.php.
Referenced by getPollingTime().
|
private |
Definition at line 61 of file class.ilECSSetting.php.
Referenced by getPort().
|
private |
Definition at line 60 of file class.ilECSSetting.php.
Referenced by getProtocol().
|
private |
Definition at line 59 of file class.ilECSSetting.php.
Referenced by getServer().
|
private |
Definition at line 55 of file class.ilECSSetting.php.
Referenced by getServerId().
|
private |
Definition at line 57 of file class.ilECSSetting.php.
Referenced by getTitle().
|
private |
Definition at line 75 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().