|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilHttpSetupConfig:
Collaboration diagram for ilHttpSetupConfig:Public Member Functions | |
| __construct (string $http_path, bool $autodetection_enabled, bool $forced, ?string $header_name, ?string $header_value, bool $proxy_enabled, ?string $proxy_host, ?string $proxy_port, ?array $allowed_hosts) | |
| isForced () | |
| getHttpPath () | |
| isAutodetectionEnabled () | |
| getHeaderName () | |
| getHeaderValue () | |
| isProxyEnabled () | |
| getProxyHost () | |
| getProxyPort () | |
| getAllowedHosts () | |
Protected Attributes | |
| string | $http_path |
| bool | $forced = false |
| bool | $autodetection_enabled |
| string | $header_name |
| string | $header_value |
| bool | $proxy_enabled |
| string | $proxy_host |
| string | $proxy_port |
| array | $allowed_hosts = null |
Definition at line 21 of file class.ilHttpSetupConfig.php.
| ilHttpSetupConfig::__construct | ( | string | $http_path, |
| bool | $autodetection_enabled, | ||
| bool | $forced, | ||
| ?string | $header_name, | ||
| ?string | $header_value, | ||
| bool | $proxy_enabled, | ||
| ?string | $proxy_host, | ||
| ?string | $proxy_port, | ||
| ?array | $allowed_hosts | ||
| ) |
| list<string>|null | $allowed_hosts |
Definition at line 37 of file class.ilHttpSetupConfig.php.
References $allowed_hosts, $autodetection_enabled, $forced, $header_name, $header_value, $http_path, $proxy_enabled, $proxy_host, and $proxy_port.
| ilHttpSetupConfig::getAllowedHosts | ( | ) |
Definition at line 116 of file class.ilHttpSetupConfig.php.
References $allowed_hosts.
| ilHttpSetupConfig::getHeaderName | ( | ) |
Definition at line 88 of file class.ilHttpSetupConfig.php.
References $header_name.
| ilHttpSetupConfig::getHeaderValue | ( | ) |
Definition at line 93 of file class.ilHttpSetupConfig.php.
References $header_value.
| ilHttpSetupConfig::getHttpPath | ( | ) |
Definition at line 78 of file class.ilHttpSetupConfig.php.
References $http_path.
Referenced by ilNICKeyRegisteredObjective\getURLStringForNIC().
Here is the caller graph for this function:| ilHttpSetupConfig::getProxyHost | ( | ) |
Definition at line 103 of file class.ilHttpSetupConfig.php.
References $proxy_host.
| ilHttpSetupConfig::getProxyPort | ( | ) |
Definition at line 108 of file class.ilHttpSetupConfig.php.
References $proxy_port.
| ilHttpSetupConfig::isAutodetectionEnabled | ( | ) |
Definition at line 83 of file class.ilHttpSetupConfig.php.
References $autodetection_enabled.
| ilHttpSetupConfig::isForced | ( | ) |
Definition at line 73 of file class.ilHttpSetupConfig.php.
References $forced.
| ilHttpSetupConfig::isProxyEnabled | ( | ) |
Definition at line 98 of file class.ilHttpSetupConfig.php.
References $proxy_enabled.
|
protected |
Definition at line 32 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and getAllowedHosts().
|
protected |
Definition at line 25 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and isAutodetectionEnabled().
|
protected |
Definition at line 24 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and isForced().
|
protected |
Definition at line 26 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 23 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and getHttpPath().
|
protected |
Definition at line 28 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and isProxyEnabled().
|
protected |
Definition at line 29 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and getProxyHost().
|
protected |
Definition at line 30 of file class.ilHttpSetupConfig.php.
Referenced by __construct(), and getProxyPort().