ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (string $http_path, bool $autodetection_enabled, ?string $header_name, ?string $header_value, bool $proxy_enabled, ?string $proxy_host, ?string $proxy_port) | |
getHttpPath () | |
isAutodetectionEnabled () | |
getHeaderName () | |
getHeaderValue () | |
isProxyEnabled () | |
getProxyHost () | |
getProxyPort () | |
Protected Attributes | |
$http_path | |
$autodetection_enabled | |
$header_name | |
$header_value | |
$proxy_enabled | |
$proxy_host | |
$proxy_port | |
Definition at line 7 of file class.ilHttpSetupConfig.php.
ilHttpSetupConfig::__construct | ( | string | $http_path, |
bool | $autodetection_enabled, | ||
?string | $header_name, | ||
?string | $header_value, | ||
bool | $proxy_enabled, | ||
?string | $proxy_host, | ||
?string | $proxy_port | ||
) |
Definition at line 45 of file class.ilHttpSetupConfig.php.
References $autodetection_enabled, $header_name, $header_value, $http_path, $proxy_enabled, $proxy_host, and $proxy_port.
ilHttpSetupConfig::getHeaderName | ( | ) |
ilHttpSetupConfig::getHeaderValue | ( | ) |
ilHttpSetupConfig::getHttpPath | ( | ) |
Definition at line 73 of file class.ilHttpSetupConfig.php.
References $http_path.
Referenced by ilNICKeyRegisteredObjective\getURLStringForNIC().
ilHttpSetupConfig::getProxyHost | ( | ) |
ilHttpSetupConfig::getProxyPort | ( | ) |
ilHttpSetupConfig::isAutodetectionEnabled | ( | ) |
Definition at line 78 of file class.ilHttpSetupConfig.php.
References $autodetection_enabled.
ilHttpSetupConfig::isProxyEnabled | ( | ) |
|
protected |
Definition at line 17 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and isAutodetectionEnabled().
|
protected |
Definition at line 22 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and getHeaderName().
|
protected |
Definition at line 27 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and getHeaderValue().
|
protected |
Definition at line 12 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and getHttpPath().
|
protected |
Definition at line 32 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and isProxyEnabled().
|
protected |
Definition at line 37 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and getProxyHost().
|
protected |
Definition at line 42 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and getProxyPort().