PHP Interface Swift_Events_Event, Halite

Author: Chris Corbyn
Afficher le fichier Open project: HaliteChallenge/Halite

Méthodes publiques

Méthode 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 méthode

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

cancelBubble() public méthode

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

getSource() public méthode

Get the source object of this event.
public getSource ( ) : object
Résultat object