EventDispatcherInterface
interface EventDispatcherInterface (View source)
Methods
dispatch(object $event)
object
addListener(string $eventClass, callable|string $listener, int $priority = 0)
void
Details
dispatch
object
dispatch(object $event)
No description
addListener
void
addListener(string $eventClass, callable|string $listener, int $priority = 0)
No description