Description
Located in File: /vendors/swiftMailer/classes/Swift/Events/EventObject.php
A base Event which all Event classes inherit from.
Classes extended from Swift_Events_EventObject:
- Swift_Events_CommandEvent
- Generated when a command is sent over an SMTP connection.
- Swift_Events_ResponseEvent
- Generated when a response is received on a SMTP connection.
- Swift_Events_SendEvent
- Generated when a message is being sent.
- Swift_Events_TransportChangeEvent
- Generated when the state of a Transport is changed (i.e. stopped/started).
- Swift_Events_TransportExceptionEvent
- Generated when a TransportException is thrown from the Transport system.
Method Detail
Summary:
Method bubbleCancelled (line 60)
boolean bubbleCancelled(
)
Implementation of:
- Swift_Events_Event::bubbleCancelled()
- Returns true if this Event will not bubble any further up the stack.
Returns true if this Event will not bubble any further up the stack.
Info
Method cancelBubble (line 51)
void cancelBubble(
[
$cancel = true], boolean
$cancel,)
Implementation of:
- Swift_Events_Event::cancelBubble()
- Prevent this Event from bubbling any further up the stack.
Prevent this Event from bubbling any further up the stack.
Parameters
- boolean $cancel,: optional
- $cancel:
Info
Method getSource (line 42)
object getSource(
)
Implementation of:
- Swift_Events_Event::getSource()
- Get the source object of this event.
Get the source object of this event.
Info