Skip to content

Event

Everything under Quiote\Event.

ClassDescription
EventBase class for framework/domain events dispatched through Events.
EventDispatcherA minimal PSR-14 dispatcher over a ListenerProvider.
EventsStatic facade for the event subsystem, mirroring Log and Trace: a process-global, worker-lifetime listener registry configured once (typically by plugins at boot) and used everywhere via the facade, with no per-request wiring.
ListenerProviderPriority-ordered PSR-14 listener provider.
StoppableEventAn Event whose propagation a listener can halt.
NamespaceContents
Lifecycle7 types