XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
Swift_Events_Event Interface Reference
Inheritance diagram for Swift_Events_Event:
Inheritance graph

Public Member Functions

 bubbleCancelled ()
 
 cancelBubble ($cancel=true)
 
 getSource ()
 

Detailed Description

Definition at line 18 of file Event.php.

Member Function Documentation

Swift_Events_Event::bubbleCancelled ( )

Returns true if this Event will not bubble any further up the stack.

Returns
boolean

Implemented in Swift_Events_EventObject.

Swift_Events_Event::cancelBubble (   $cancel = true)

Prevent this Event from bubbling any further up the stack.

Parameters
boolean$cancel,optional

Implemented in Swift_Events_EventObject.

Swift_Events_Event::getSource ( )

Get the source object of this event.

Returns
object

Implemented in Swift_Events_EventObject.


The documentation for this interface was generated from the following file: