‪TYPO3CMS  10.4
TYPO3\CMS\Reports\ReportInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Reports\ReportInterface:
TYPO3\CMS\Reports\Report\ServicesListReport TYPO3\CMS\Reports\RequestAwareReportInterface TYPO3\CMS\Reports\Report\Status\Status

Public Member Functions

string getReport ()
 

Detailed Description

Interface for classes which provide a report.

Definition at line 21 of file ReportInterface.php.

Member Function Documentation

◆ getReport()

string TYPO3\CMS\Reports\ReportInterface::getReport ( )

Returns the content for a report

Returns
‪string A reports rendered HTML

Implemented in TYPO3\CMS\Reports\Report\ServicesListReport.