Class Swift_Events_ResponseEvent
Generated when a response is received on a SMTP connection.
- Swift_Events_EventObject implements Swift_Events_Event
- Swift_Events_ResponseEvent
Package: Swift\Events
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
public
|
#
__construct(
Create a new ResponseEvent for $source and $response. |
public
string
|
|
public
boolean
|
bubbleCancelled(),
cancelBubble(),
getSource()
|
private
boolean
|
$_valid
The overall result. |
|
private
string
|
$_response
The response received from the server. |