StatusRegistry
Registry for status providers. The registry receives all services, tagged with "reports.status".
The tagging of status providers is automatically done based on the implemented StatusProviderInterface.
Table of Contents
Methods
- __construct() : mixed
- getProviders() : array<string|int, StatusProviderInterface>
- Get all registered status providers
Methods
__construct()
public
__construct(iterable<string|int, StatusProviderInterface> $providers) : mixed
Parameters
- $providers : iterable<string|int, StatusProviderInterface>
getProviders()
Get all registered status providers
public
getProviders() : array<string|int, StatusProviderInterface>