TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Reports\ReportInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Reports\ReportInterface:
tx_reports_Report TYPO3\CMS\Reports\Report\Status\Status TYPO3\CMS\Sv\Report\ServicesListReport tx_reports_reports_Status tx_sv_reports_ServicesList

Public Member Functions

 getReport ()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Interface for classes which provide a report.

Author
Ingo Renner ingo@.nosp@m.typo.nosp@m.3.org

Definition at line 21 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.