| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
class ilProxySettings More...
 Collaboration diagram for ilProxySettings:
 Collaboration diagram for ilProxySettings:| Public Member Functions | |
| isActive ($status=null) | |
| Getter/Setter for status. | |
| setHost ($host) | |
| Setter for host. | |
| getHost () | |
| Getter for host. | |
| setPort ($port) | |
| Setter for port. | |
| getPort () | |
| Getter for port. | |
| save () | |
| Saves the current data in database. | |
| checkConnection () | |
| Verifies the proxy server connection. | |
| Static Public Member Functions | |
| static | _getInstance () | 
| Getter for unique instance. | |
| Protected Member Functions | |
| __construct () | |
| Constructor. | |
| read () | |
| Fetches data from database. | |
| Protected Attributes | |
| $host = '' | |
| $post = '' | |
| $isActive = false | |
| Static Protected Attributes | |
| static | $_instance = null | 
| Private Member Functions | |
| __clone () | |
| __clone | |
| 
 | protected | 
Constructor.
protected
Definition at line 66 of file class.ilProxySettings.php.
References read().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
| 
 | static | 
Getter for unique instance.
public
Definition at line 91 of file class.ilProxySettings.php.
References $_instance.
Referenced by ilLinkChecker\__validateLinks(), ilExternalFeed\_checkUrl(), ilExternalFeed\_determineFeedUrl(), ilExternalFeed\ilExternalFeed(), ilObjSystemFolderGUI\printProxyStatus(), ilObjSystemFolderGUI\saveProxyObject(), and ilObjSystemFolderGUI\showProxyObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilProxySettings::checkConnection | ( | ) | 
Verifies the proxy server connection.
public
| ilProxyException | 
Definition at line 224 of file class.ilProxySettings.php.
References $lng, getHost(), getPort(), and PEAR_ERROR_RETURN.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilProxySettings::getHost | ( | ) | 
Getter for host.
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:
 Here is the caller graph for this function:| ilProxySettings::getPort | ( | ) | 
Getter for port.
public
Definition at line 191 of file class.ilProxySettings.php.
Referenced by checkConnection(), and save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilProxySettings::isActive | ( | $status = null | ) | 
Getter/Setter for status.
public
| mixed | boolean or null | 
Definition at line 126 of file class.ilProxySettings.php.
References $isActive.
Referenced by read(), and save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Fetches data from database.
protected
Definition at line 108 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilProxySettings::save | ( | ) | 
Saves the current data in database.
public
Definition at line 204 of file class.ilProxySettings.php.
References $ilSetting, getHost(), getPort(), and isActive().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilProxySettings::setHost | ( | $host | ) | 
Setter for host.
public
| string | 
Definition at line 147 of file class.ilProxySettings.php.
References $host.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilProxySettings::setPort | ( | $port | ) | 
Setter for port.
public
| string | 
Definition at line 176 of file class.ilProxySettings.php.
Referenced by read().
 Here is the caller 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 35 of file class.ilProxySettings.php.
| 
 | protected | 
Definition at line 57 of file class.ilProxySettings.php.
Referenced by isActive().
| 
 | protected | 
Definition at line 46 of file class.ilProxySettings.php.