ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 () | |
Protected Attributes | |
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 23 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 44 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 | ( | ) |
ilChatroomSetupConfig::getDeletionTime | ( | ) |
Definition at line 169 of file class.ilChatroomSetupConfig.php.
References $deletion_time.
ilChatroomSetupConfig::getDeletionUnit | ( | ) |
Definition at line 159 of file class.ilChatroomSetupConfig.php.
References $deletion_unit.
ilChatroomSetupConfig::getDeletionValue | ( | ) |
Definition at line 164 of file class.ilChatroomSetupConfig.php.
References $deletion_value.
ilChatroomSetupConfig::getDhparam | ( | ) |
ilChatroomSetupConfig::getErrorLog | ( | ) |
ilChatroomSetupConfig::getIliasUrl | ( | ) |
ilChatroomSetupConfig::getKey | ( | ) |
ilChatroomSetupConfig::getLog | ( | ) |
ilChatroomSetupConfig::getLogLevel | ( | ) |
ilChatroomSetupConfig::getPort | ( | ) |
ilChatroomSetupConfig::getProtocol | ( | ) |
ilChatroomSetupConfig::getSubDirectory | ( | ) |
Definition at line 94 of file class.ilChatroomSetupConfig.php.
References $sub_directory.
ilChatroomSetupConfig::hasClientProxy | ( | ) |
ilChatroomSetupConfig::hasDeletionMode | ( | ) |
Definition at line 154 of file class.ilChatroomSetupConfig.php.
References $deletion_mode.
ilChatroomSetupConfig::hasIliasProxy | ( | ) |
|
protected |
Definition at line 25 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getAddress().
|
protected |
Definition at line 29 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getCert().
|
protected |
Definition at line 37 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and hasClientProxy().
|
protected |
Definition at line 38 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getClientUrl().
|
protected |
Definition at line 39 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and hasDeletionMode().
|
protected |
Definition at line 42 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getDeletionTime().
|
protected |
Definition at line 40 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getDeletionUnit().
|
protected |
Definition at line 41 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getDeletionValue().
|
protected |
Definition at line 31 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getDhparam().
|
protected |
Definition at line 34 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getErrorLog().
|
protected |
Definition at line 35 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and hasIliasProxy().
|
protected |
Definition at line 36 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getIliasUrl().
|
protected |
Definition at line 30 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getKey().
|
protected |
Definition at line 32 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getLog().
|
protected |
Definition at line 33 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getLogLevel().
|
protected |
Definition at line 26 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getPort().
|
protected |
Definition at line 28 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getProtocol().
|
protected |
Definition at line 27 of file class.ilChatroomSetupConfig.php.
Referenced by __construct(), and getSubDirectory().