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

Public Member Functions

 getReport ()
 
 getIdentifier ()
 
 getTitle ()
 
 getDescription ()
 
 getIconIdentifier ()
 

Detailed Description

Interface for classes which provide a report.

Definition at line 21 of file ReportInterface.php.

Member Function Documentation

◆ getDescription()

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

Returns description of the report

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

◆ getIconIdentifier()

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

Returns the identifier of the icon used for the report

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

◆ getIdentifier()

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

Returns unique identifier of the report

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

◆ getReport()

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

Returns the content for a report

◆ getTitle()

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

Returns title of the report

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