IEvent
in
Table of Contents
Constants
- PREPOSITION_BEFORE = 'before'
- PREPOSITION_ON = 'on'
Methods
- fire() : mixed
- getAction() : string
- getName() : string
- getObject() : IModel
- Gets an instance of the object of this event
- getPreposition() : string
- getSubject() : IModel
- Gets an instance of the subject of this event
- isPropogating() : bool
- Determines whether or not this event is being propogated
- stopPropogation() : null
- Stops the propgation of this event
Constants
PREPOSITION_BEFORE
public
mixed
PREPOSITION_BEFORE
= 'before'
PREPOSITION_ON
public
mixed
PREPOSITION_ON
= 'on'
Methods
fire()
public
fire() : mixed
getAction()
public
getAction() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetObject()
Gets an instance of the object of this event
public
getObject() : IModel
Return values
IModelgetPreposition()
public
getPreposition() : string
Return values
stringgetSubject()
Gets an instance of the subject of this event
public
getSubject() : IModel
Return values
IModel —The subject of this event
isPropogating()
Determines whether or not this event is being propogated
public
isPropogating() : bool
Return values
bool —true if the event is being propogated, false otherwise
stopPropogation()
Stops the propgation of this event
public
stopPropogation() : null