ReportRegistry

Registry for report providers. The registry receives all services, tagged with "reports.report".

The tagging of status providers is automatically done based on the implemented ReportInterface.

Internal

Table of Contents

Methods

__construct()  : mixed
getReport()  : ReportInterface
Get registered report by identifier
getReports()  : array<string|int, ReportInterface>
Get all registered reports
hasReport()  : bool
Whether a registered report exists for the identifier

Methods

hasReport()

Whether a registered report exists for the identifier

public hasReport(string $identifier) : bool
Parameters
$identifier : string
Return values
bool

        
On this page

Search results