Generated when the state of a Transport is changed (i.e.
Methods
Create a new EventObject originating at $source.
__construct(object $source)
Inherited
inherited_from |
\Swift_Events_EventObject::__construct() |
Parameters
$source
object
Returns true if this Event will not bubble any further up the stack.
bubbleCancelled() : boolean
Inherited
inherited_from |
\Swift_Events_EventObject::bubbleCancelled() |
Returns
boolean
Prevent this Event from bubbling any further up the stack.
cancelBubble($cancel)
Inherited
inherited_from |
\Swift_Events_EventObject::cancelBubble() |
Parameters
$cancel
Get the source object of this event.
getSource() : object
Inherited
inherited_from |
\Swift_Events_EventObject::getSource() |
Returns
object
Properties
$_bubbleCancelled
Inherited
inherited_from |
\Swift_Events_EventObject::$$_bubbleCancelled |
$_source
Inherited
inherited_from |
\Swift_Events_EventObject::$$_source |