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

Public Member Functions

string getReport (ServerRequestInterface $request=null)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Reports\ReportInterface
string getReport ()
 

Detailed Description

Interface for classes which provide a report using information from the current request

Definition at line 25 of file RequestAwareReportInterface.php.

Member Function Documentation

◆ getReport()

string TYPO3\CMS\Reports\RequestAwareReportInterface::getReport ( ServerRequestInterface  $request = null)

Returns the content for a report

Parameters
ServerRequestInterface | null$request‪the currently handled request
Returns
‪string A reports rendered HTML

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