Class Swift_Events_SendEvent
Generated when a message is being sent.
- Swift_Events_EventObject implements Swift_Events_Event
-
Swift_Events_SendEvent
Package: Swift\Events
Author: Chris Corbyn
Located at wa-system/vendors/swift/classes/Swift/Events/SendEvent.php
Author: Chris Corbyn
Located at wa-system/vendors/swift/classes/Swift/Events/SendEvent.php
public
|
#
__construct(
Create a new SendEvent for $source and $message. |
public
|
|
public
|
|
public
|
|
public
string[]
|
|
public
|
|
public
integer
|
bubbleCancelled(),
cancelBubble(),
getSource()
|
integer |
RESULT_PENDING
|
0x0001 |
#
Sending has yet to occur |
integer |
RESULT_SUCCESS
|
0x0010 |
#
Sending was successful |
integer |
RESULT_TENTATIVE
|
0x0100 |
#
Sending worked, but there were some failures |
integer |
RESULT_FAILED
|
0x1000 |
#
Sending failed |
private
|
$_message |
|
#
The Message being sent. |
private
string[]
|
$_failedRecipients | array() |
#
Any recipients which failed after sending. |
private
integer
|
$_result |
|
#
The overall result as a bitmask from the class constants. |