event
Namespaces
Interfaces, Classes, Traits and Enums
- Cancellable
- This interface is implemented by an Event subclass if and only if it can be cancelled.
- Listener
- Classes implementing this interface can be registered to receive called Events.
- Event
- EventPriority
- List of event priorities
- HandlerList
- HandlerListManager
- ListenerMethodTags
- Provides constants for all the PhpDoc tags supported for Listener methods.
- RegisteredListener
- HandlerListManagerTest
- TestAbstractAllowHandleEvent
- TestAbstractEvent
- TestConcreteEvent
- TestConcreteExtendsAbstractEvent
- TestConcreteExtendsAllowHandleEvent
- TestConcreteExtendsConcreteEvent
- CancellableTrait
- This trait provides a basic boolean-setter-style implementation for `Cancellable` to reduce boilerplate.