|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
class ilProxySettings More...
Collaboration diagram for ilProxySettings:Public Member Functions | |
| isActive ($status=null) | |
| Getter/Setter for status. More... | |
| setHost ($host) | |
| Setter for host. More... | |
| getHost () | |
| Getter for host. More... | |
| setPort ($port) | |
| Setter for port. More... | |
| getPort () | |
| Getter for port. More... | |
| save () | |
| Saves the current data in database. More... | |
| checkConnection () | |
| Verifies the proxy server connection. More... | |
Static Public Member Functions | |
| static | _getInstance () |
| Getter for unique instance. More... | |
Data Fields | |
| const | CONNECTION_CHECK_TIMEOUT = 10 |
Protected Member Functions | |
| __construct () | |
| Constructor. More... | |
| read () | |
| Fetches data from database. More... | |
Protected Attributes | |
| $host = '' | |
| $post = '' | |
| $isActive = false | |
Static Protected Attributes | |
| static | $_instance = null |
Private Member Functions | |
| __clone () | |
| __clone More... | |
|
protected |
Constructor.
@access protected
Definition at line 68 of file class.ilProxySettings.php.
References read().
Here is the call graph for this function:
|
private |
|
static |
Getter for unique instance.
@access public
Definition at line 93 of file class.ilProxySettings.php.
References $_instance.
Referenced by ilExternalFeed\__construct(), ilExternalFeed\_checkUrl(), ilExternalFeed\_determineFeedUrl(), ilCurlConnection\init(), ilObjSystemFolderGUI\printProxyStatus(), ilObjSystemFolderGUI\saveProxyObject(), and ilObjSystemFolderGUI\showProxyObject().
Here is the caller graph for this function:| ilProxySettings::checkConnection | ( | ) |
Verifies the proxy server connection.
@access public
| ilProxyException |
Definition at line 224 of file class.ilProxySettings.php.
References $DIC, Vendor\Package\$e, $host, $message, getHost(), and getPort().
Here is the call graph for this function:| ilProxySettings::getHost | ( | ) |
Getter for host.
@access public
Definition at line 162 of file class.ilProxySettings.php.
References $host.
Referenced by checkConnection(), and save().
Here is the caller graph for this function:| ilProxySettings::getPort | ( | ) |
Getter for port.
@access public
Definition at line 191 of file class.ilProxySettings.php.
Referenced by checkConnection(), and save().
Here is the caller graph for this function:| ilProxySettings::isActive | ( | $status = null | ) |
Getter/Setter for status.
@access public
| mixed | boolean or null |
Definition at line 127 of file class.ilProxySettings.php.
References $isActive, and isActive().
Referenced by isActive(), read(), and save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Fetches data from database.
@access protected
Definition at line 109 of file class.ilProxySettings.php.
References $ilSetting, isActive(), setHost(), and setPort().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilProxySettings::save | ( | ) |
Saves the current data in database.
@access public
Definition at line 204 of file class.ilProxySettings.php.
References $ilSetting, getHost(), getPort(), and isActive().
Here is the call graph for this function:| ilProxySettings::setHost | ( | $host | ) |
Setter for host.
@access public
| string |
Definition at line 147 of file class.ilProxySettings.php.
References $host.
Referenced by read().
Here is the caller graph for this function:| ilProxySettings::setPort | ( | $port | ) |
Setter for port.
@access public
| string |
Definition at line 176 of file class.ilProxySettings.php.
Referenced by read().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 26 of file class.ilProxySettings.php.
Referenced by _getInstance().
|
protected |
Definition at line 37 of file class.ilProxySettings.php.
Referenced by checkConnection(), getHost(), and setHost().
|
protected |
Definition at line 59 of file class.ilProxySettings.php.
Referenced by isActive().
|
protected |
Definition at line 48 of file class.ilProxySettings.php.
| const ilProxySettings::CONNECTION_CHECK_TIMEOUT = 10 |
Definition at line 15 of file class.ilProxySettings.php.