class EventManager

Manages the registration and dispatching of events.

Properties

static protected EventDispatcher|null $dispatcher

Methods

static void
boot()

Boots event service upon application start.

static EventDispatcher
dispatcher()

Get the dispatcher (after boot)

Details

at line 21
static void boot()

Boots event service upon application start.

Return Value

void

at line 47
static EventDispatcher dispatcher()

Get the dispatcher (after boot)

Return Value

EventDispatcher

Exceptions

FrameworkRuntimeException