|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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(), ilLinkChecker\__validateLinks(), ilExternalFeed\_checkUrl(), ilExternalFeed\_determineFeedUrl(), ilMediaImageUtil\getImageSize(), 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 226 of file class.ilProxySettings.php.
References $DIC, $file, $host, getHost(), and getPort().
Here is the call graph for this function:| ilProxySettings::getHost | ( | ) |
Getter for host.
@access public
Definition at line 164 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 193 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 128 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 110 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 206 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 149 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 178 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.