-
-
Notifications
You must be signed in to change notification settings - Fork 0
StoppableEventTrait
github-actions edited this page Apr 6, 2026
·
1 revision
Store propagation state for stoppable events.
- Full name:
\FastForward\EventDispatcher\Event\StoppableEventTrait
Determine whether propagation has been stopped.
public isPropagationStopped(): boolReturn Value:
whether propagation is currently stopped
Stop further listener propagation for the current event.
public stopPropagation(): void