![]() |
TYPO3
7.6
|
Public Member Functions | |
| __construct (Swift_Transport $source, $response, $valid=false) | |
| getResponse () | |
| isValid () | |
Public Member Functions inherited from Swift_Events_EventObject | |
| __construct ($source) | |
| getSource () | |
| cancelBubble ($cancel=true) | |
| bubbleCancelled () | |
Private Attributes | |
| $_valid | |
| $_response | |
Generated when a response is received on a SMTP connection.
Definition at line 16 of file ResponseEvent.php.
| __construct | ( | Swift_Transport | $source, |
| $response, | |||
$valid = false |
|||
| ) |
Create a new ResponseEvent for $source and $response.
| Swift_Transport | $source | |
| string | $response | |
| bool | $valid |
Definition at line 39 of file ResponseEvent.php.
References $response.
| 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().
| isValid | ( | ) |
Get the success status of this Event.
Definition at line 61 of file ResponseEvent.php.
References $_valid.
|
private |
Definition at line 30 of file ResponseEvent.php.
Referenced by getResponse().
|
private |
Definition at line 23 of file ResponseEvent.php.
Referenced by isValid().
1.8.3