ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (string $address, int $port, string $sub_directory, string $protocol, string $cert, string $key, string $dhparam, string $log, string $log_level, string $error_log, bool $ilias_proxy, string $ilias_url, bool $client_proxy, string $client_url, bool $deletion_mode, string $deletion_unit, int $deletion_value, string $deletion_time) | |
getAddress () | |
getPort () | |
getSubDirectory () | |
getProtocol () | |
getCert () | |
getKey () | |
getDhparam () | |
getLog () | |
getLogLevel () | |
getErrorLog () | |
hasIliasProxy () | |
getIliasUrl () | |
hasClientProxy () | |
getClientUrl () | |
hasDeletionMode () | |
getDeletionUnit () | |
getDeletionValue () | |
getDeletionTime () | |
Definition at line 7 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::__construct | ( | string | $address, |
int | $port, | ||
string | $sub_directory, | ||
string | $protocol, | ||
string | $cert, | ||
string | $key, | ||
string | $dhparam, | ||
string | $log, | ||
string | $log_level, | ||
string | $error_log, | ||
bool | $ilias_proxy, | ||
string | $ilias_url, | ||
bool | $client_proxy, | ||
string | $client_url, | ||
bool | $deletion_mode, | ||
string | $deletion_unit, | ||
int | $deletion_value, | ||
string | $deletion_time | ||
) |
Definition at line 99 of file class.ilChatroomSetupConfig.php.
References $address, $cert, $client_proxy, $client_url, $deletion_mode, $deletion_time, $deletion_unit, $deletion_value, $dhparam, $error_log, $ilias_proxy, $ilias_url, $key, $log, $log_level, $port, $protocol, and $sub_directory.
ilChatroomSetupConfig::getAddress | ( | ) |
ilChatroomSetupConfig::getCert | ( | ) |
ilChatroomSetupConfig::getClientUrl | ( | ) |
Definition at line 246 of file class.ilChatroomSetupConfig.php.
References $client_url.
ilChatroomSetupConfig::getDeletionTime | ( | ) |
Definition at line 278 of file class.ilChatroomSetupConfig.php.
References $deletion_time.
ilChatroomSetupConfig::getDeletionUnit | ( | ) |
Definition at line 262 of file class.ilChatroomSetupConfig.php.
References $deletion_unit.
ilChatroomSetupConfig::getDeletionValue | ( | ) |
Definition at line 270 of file class.ilChatroomSetupConfig.php.
References $deletion_value.
ilChatroomSetupConfig::getDhparam | ( | ) |
ilChatroomSetupConfig::getErrorLog | ( | ) |
Definition at line 214 of file class.ilChatroomSetupConfig.php.
References $error_log.
ilChatroomSetupConfig::getIliasUrl | ( | ) |
Definition at line 230 of file class.ilChatroomSetupConfig.php.
References $ilias_url.
ilChatroomSetupConfig::getKey | ( | ) |
ilChatroomSetupConfig::getLog | ( | ) |
ilChatroomSetupConfig::getLogLevel | ( | ) |
Definition at line 206 of file class.ilChatroomSetupConfig.php.
References $log_level.
ilChatroomSetupConfig::getPort | ( | ) |
ilChatroomSetupConfig::getProtocol | ( | ) |
ilChatroomSetupConfig::getSubDirectory | ( | ) |
Definition at line 158 of file class.ilChatroomSetupConfig.php.
References $sub_directory.
ilChatroomSetupConfig::hasClientProxy | ( | ) |
Definition at line 238 of file class.ilChatroomSetupConfig.php.
References $client_proxy.
ilChatroomSetupConfig::hasDeletionMode | ( | ) |
Definition at line 254 of file class.ilChatroomSetupConfig.php.
References $deletion_mode.
ilChatroomSetupConfig::hasIliasProxy | ( | ) |
Definition at line 222 of file class.ilChatroomSetupConfig.php.
References $ilias_proxy.
|
protected |
Definition at line 12 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getAddress().
|
protected |
Definition at line 32 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getCert().
|
protected |
Definition at line 72 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and hasClientProxy().
|
protected |
Definition at line 77 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getClientUrl().
|
protected |
Definition at line 82 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and hasDeletionMode().
|
protected |
Definition at line 97 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getDeletionTime().
|
protected |
Definition at line 87 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getDeletionUnit().
|
protected |
Definition at line 92 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getDeletionValue().
|
protected |
Definition at line 42 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getDhparam().
|
protected |
Definition at line 57 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getErrorLog().
|
protected |
Definition at line 62 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and hasIliasProxy().
|
protected |
Definition at line 67 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getIliasUrl().
|
protected |
Definition at line 37 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getKey().
|
protected |
Definition at line 47 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getLog().
|
protected |
Definition at line 52 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getLogLevel().
|
protected |
Definition at line 17 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getPort().
|
protected |
Definition at line 27 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getProtocol().
|
protected |
Definition at line 22 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getSubDirectory().