Static Public Member Functions | |
| static | getInstance () |
| static | setProxy ($proxy) |
| static | getProxy () |
| static | clearProxy () |
Static Private Attributes | |
| static | $inst |
| static | $proxy |
To retrieve the response
Definition at line 10 of file response.class.php.
| static clearProxy | ( | ) | [static] |
Clear the proxy response
Definition at line 62 of file response.class.php.
| static getInstance | ( | ) | [static] |
Get the response object according to the requested out
Definition at line 31 of file response.class.php.
| static getProxy | ( | ) | [static] |
| static setProxy | ( | $ | proxy | ) | [static] |
Set the proxy response
| response_proxy | $proxy |
Definition at line 46 of file response.class.php.
$inst [static, private] |
Definition at line 17 of file response.class.php.
$proxy [static, private] |
Definition at line 24 of file response.class.php.
1.7.1