| XOOPS RMCommon Utilities
    2.1.8.91RC
    | 

| Public Member Functions | |
| __construct (Swift_Transport $source, $response, $valid=false) | |
| getResponse () | |
| isValid () | |
|  Public Member Functions inherited from Swift_Events_EventObject | |
| __construct ($source) | |
| bubbleCancelled () | |
| cancelBubble ($cancel=true) | |
| getSource () | |
| Private Attributes | |
| $_response | |
| $_valid | |
Definition at line 19 of file ResponseEvent.php.
| Swift_Events_ResponseEvent::__construct | ( | Swift_Transport | $source, | 
| $response, | |||
| $valid = false | |||
| ) | 
Create a new ResponseEvent for $source and $response.
| Swift_Transport | $source | |
| string | $response | |
| boolean | $valid | 
Definition at line 40 of file ResponseEvent.php.
References __construct().

| Swift_Events_ResponseEvent::getResponse | ( | ) | 
Get the response which was received from the server.
Definition at line 51 of file ResponseEvent.php.
References $_response.
Referenced by Swift_Plugins_BandwidthMonitorPlugin\responseReceived(), and Swift_Plugins_LoggerPlugin\responseReceived().

| Swift_Events_ResponseEvent::isValid | ( | ) | 
Get the success status of this Event.
Definition at line 60 of file ResponseEvent.php.
References $_valid.
| 
 | private | 
Definition at line 32 of file ResponseEvent.php.
Referenced by getResponse().
| 
 | private | 
Definition at line 26 of file ResponseEvent.php.
Referenced by isValid().