EventInterface
in
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
getEmitter()
Get the Emitter.
public
getEmitter() : EmitterInterface
Return values
EmitterInterfacegetName()
Get the event name.
public
getName() : string
Return values
stringisPropagationStopped()
Check whether propagation was stopped.
public
isPropagationStopped() : bool
Return values
boolsetEmitter()
Set the Emitter.
public
setEmitter(EmitterInterface $emitter) : $this
Parameters
- $emitter : EmitterInterface
Return values
$thisstopPropagation()
Stop event propagation.
public
stopPropagation() : $this