|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
class ilProxySettings More...
Collaboration diagram for ilProxySettings:Public Member Functions | |
| __construct (protected ilSetting $setting) | |
| isActive () | |
| getHost () | |
| getPort () | |
Static Public Member Functions | |
| static | _getInstance () |
Protected Member Functions | |
| read () | |
Protected Attributes | |
| string | $host = '' |
| int | $port = 80 |
| bool | $active = false |
Static Protected Attributes | |
| static ilProxySettings | $_instance = null |
class ilProxySettings
Definition at line 25 of file class.ilProxySettings.php.
| ilProxySettings::__construct | ( | protected ilSetting | $setting | ) |
Definition at line 32 of file class.ilProxySettings.php.
References read().
Here is the call graph for this function:
|
static |
Definition at line 38 of file class.ilProxySettings.php.
References $DIC.
Referenced by ilAuthProviderOpenIdConnect\doAuthentication(), and ilCurlConnection\init().
Here is the caller graph for this function:| ilProxySettings::getHost | ( | ) |
| ilProxySettings::getPort | ( | ) |
| ilProxySettings::isActive | ( | ) |
|
protected |
Definition at line 48 of file class.ilProxySettings.php.
References ILIAS\Repository\int().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 27 of file class.ilProxySettings.php.
|
protected |
Definition at line 30 of file class.ilProxySettings.php.
Referenced by isActive().
|
protected |
Definition at line 28 of file class.ilProxySettings.php.
Referenced by getHost().
|
protected |
Definition at line 29 of file class.ilProxySettings.php.
Referenced by getPort().