39 bool $autodetection_enabled,
42 ?
string $header_value,
48 if ($autodetection_enabled && (!$header_name || !$header_value)) {
49 throw new \InvalidArgumentException(
50 "Expected header name and value for https autodetection if that feature is enabled." 53 if ($proxy_enabled && (!$proxy_host || !$proxy_port)) {
54 throw new \InvalidArgumentException(
55 "Expected setting for proxy host and port if proxy is enabled." 67 if (is_array($allowed_hosts)) {
68 $this->allowed_hosts = array_values(array_filter(
array_map(strval(...), $allowed_hosts)));
__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)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
bool $autodetection_enabled
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...