ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (protected string $address, protected int $port, protected string $sub_directory, protected string $protocol, protected string $cert, protected string $key, protected string $dhparam, protected string $log, protected string $log_level, protected string $error_log, protected bool $ilias_proxy, protected string $ilias_url, protected bool $client_proxy, protected string $client_url, protected bool $deletion_mode, protected string $deletion_unit, protected int $deletion_value, protected string $deletion_time) | |
getAddress () | |
getPort () | |
getSubDirectory () | |
getProtocol () | |
getCert () | |
getKey () | |
getDhparam () | |
getLog () | |
getLogLevel () | |
getErrorLog () | |
hasIliasProxy () | |
getIliasUrl () | |
hasClientProxy () | |
getClientUrl () | |
hasDeletionMode () | |
getDeletionUnit () | |
getDeletionValue () | |
getDeletionTime () | |
Definition at line 23 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::__construct | ( | protected string | $address, |
protected int | $port, | ||
protected string | $sub_directory, | ||
protected string | $protocol, | ||
protected string | $cert, | ||
protected string | $key, | ||
protected string | $dhparam, | ||
protected string | $log, | ||
protected string | $log_level, | ||
protected string | $error_log, | ||
protected bool | $ilias_proxy, | ||
protected string | $ilias_url, | ||
protected bool | $client_proxy, | ||
protected string | $client_url, | ||
protected bool | $deletion_mode, | ||
protected string | $deletion_unit, | ||
protected int | $deletion_value, | ||
protected string | $deletion_time | ||
) |
Definition at line 25 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getAddress | ( | ) |
Definition at line 47 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getCert | ( | ) |
Definition at line 67 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getClientUrl | ( | ) |
Definition at line 112 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getDeletionTime | ( | ) |
Definition at line 132 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getDeletionUnit | ( | ) |
Definition at line 122 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getDeletionValue | ( | ) |
Definition at line 127 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getDhparam | ( | ) |
Definition at line 77 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getErrorLog | ( | ) |
Definition at line 92 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getIliasUrl | ( | ) |
Definition at line 102 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getKey | ( | ) |
Definition at line 72 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getLog | ( | ) |
Definition at line 82 of file class.ilChatroomSetupConfig.php.
References $log.
ilChatroomSetupConfig::getLogLevel | ( | ) |
Definition at line 87 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getPort | ( | ) |
Definition at line 52 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getProtocol | ( | ) |
Definition at line 62 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::getSubDirectory | ( | ) |
Definition at line 57 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::hasClientProxy | ( | ) |
Definition at line 107 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::hasDeletionMode | ( | ) |
Definition at line 117 of file class.ilChatroomSetupConfig.php.
ilChatroomSetupConfig::hasIliasProxy | ( | ) |
Definition at line 97 of file class.ilChatroomSetupConfig.php.