PHP Interface Swift_Events_Event, Halite

Author: Chris Corbyn
Show file Open project: HaliteChallenge/Halite

Public Methods

Method Description
bubbleCancelled ( ) : boolean Returns true if this Event will not bubble any further up the stack.
cancelBubble ( $cancel = true ) Prevent this Event from bubbling any further up the stack.
getSource ( ) : object Get the source object of this event.

Method Details

bubbleCancelled() public method

Returns true if this Event will not bubble any further up the stack.
public bubbleCancelled ( ) : boolean
return boolean

cancelBubble() public method

Prevent this Event from bubbling any further up the stack.
public cancelBubble ( $cancel = true )

getSource() public method

Get the source object of this event.
public getSource ( ) : object
return object