Documentation

EventInterface

Table of Contents

Methods

getEmitter()  : EmitterInterface
Get the Emitter.
getName()  : string
Get the event name.
isPropagationStopped()  : bool
Check whether propagation was stopped.
setEmitter()  : $this
Set the Emitter.
stopPropagation()  : $this
Stop event propagation.

Methods

getName()

Get the event name.

public getName() : string
Return values
string

isPropagationStopped()

Check whether propagation was stopped.

public isPropagationStopped() : bool
Return values
bool

stopPropagation()

Stop event propagation.

public stopPropagation() : $this
Return values
$this

        
On this page

Search results