StoppableEventTrait
Trait
Store propagation state for stoppable events.
Properties
$propagationStopped
: bool
Current propagation state.
Methods
isPropagationStopped()
: bool
Determine whether propagation has been stopped.
stopPropagation()
: void
Stop further listener propagation for the current event.
Properties
Methods
Determine whether propagation has been stopped.
public
isPropagationStopped() : bool
Return values
bool
Description
whether propagation is currently stopped
Stop further listener propagation for the current event.
public
stopPropagation() : void