EventDispatcherServiceProvider

Class
implements ServiceProviderInterface
Final: Yes

Register the event-dispatcher services exposed by this package.

Table of Contents

Interfaces

Methods

getExtensions()

Return service extensions applied after factory creation.

 : array<class-string, object>
getFactories()

Return the service factories provided by this library.

 : array<class-string, mixed>
Methods

getExtensions()

Public

Return service extensions applied after factory creation.

public getExtensions() : array<class-string, object>
Return values
array<class-string, object>

Description

extension callbacks keyed by service identifier

getFactories()

Public

Return the service factories provided by this library.

public getFactories() : array<class-string, mixed>
Return values
array<class-string, mixed>

Description

factory definitions keyed by service identifier