EventDispatcherServiceProvider
Class
implements
ServiceProviderInterface
Final:
Yes
Register the event-dispatcher services exposed by this package.
Interfaces
Methods
getExtensions()
: array<class-string, object>
Return service extensions applied after factory creation.
getFactories()
: array<class-string, mixed>
Return the service factories provided by this library.
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
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