Skip to content

StoppableEventTrait

github-actions edited this page Apr 6, 2026 · 1 revision

Store propagation state for stoppable events.


  • Full name: \FastForward\EventDispatcher\Event\StoppableEventTrait

Methods

isPropagationStopped

Determine whether propagation has been stopped.

public isPropagationStopped(): bool

Return Value:

whether propagation is currently stopped


stopPropagation

Stop further listener propagation for the current event.

public stopPropagation(): void

Clone this wiki locally