TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Reports\ReportInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Reports\ReportInterface:
TYPO3\CMS\Reports\Report\Status\Status TYPO3\CMS\Sv\Report\ServicesListReport

Public Member Functions

 getReport ()
 

Detailed Description

Interface for classes which provide a report.

Definition at line 20 of file ReportInterface.php.

Member Function Documentation

◆ getReport()

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

Returns the content for a report

Returns
string A reports rendered HTML

Implemented in TYPO3\CMS\Sv\Report\ServicesListReport, and TYPO3\CMS\Reports\Report\Status\Status.