Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
|
Public Member Functions | |
isPropagationStopped () | |
Is propagation stopped? | |
Psr\EventDispatcher\StoppableEventInterface::isPropagationStopped | ( | ) |
Is propagation stopped?
This will typically only be used by the Dispatcher to determine if the previous listener halted propagation.
bool | True if the Event is complete and no further listeners should be called. False to continue calling listeners. |