EventDispatcher constructor

EventDispatcher(
  1. ContainerInterface container
)

Create a new event dispatcher instance.

Implementation

EventDispatcher(this.container);