Documentation

IEvent

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

Methods

getSubject()

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
Return values
null

        
On this page

Search results