|
ILIAS
release_8 Revision v8.24
|
class ilProxySettings More...
Collaboration diagram for ilProxySettings:Public Member Functions | |
| isActive () | |
| getHost () | |
| getPort () | |
Static Public Member Functions | |
| static | _getInstance () |
Protected Member Functions | |
| __construct () | |
| read () | |
Protected Attributes | |
| string | $host = '' |
| int | $port = 80 |
| bool | $active = false |
| ilSetting | $setting |
Static Protected Attributes | |
| static ilProxySettings | $_instance = null |
class ilProxySettings
Definition at line 22 of file class.ilProxySettings.php.
|
protected |
Definition at line 30 of file class.ilProxySettings.php.
Here is the call graph for this function:
|
static |
Definition at line 38 of file class.ilProxySettings.php.
References $_instance.
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 47 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 24 of file class.ilProxySettings.php.
Referenced by _getInstance().
|
protected |
Definition at line 27 of file class.ilProxySettings.php.
Referenced by isActive().
|
protected |
Definition at line 25 of file class.ilProxySettings.php.
Referenced by getHost().
|
protected |
Definition at line 26 of file class.ilProxySettings.php.
Referenced by getPort().
|
protected |
Definition at line 28 of file class.ilProxySettings.php.