RequestAwareReportInterface extends ReportInterface
Interface for classes which provide a report using information from the current request
Table of Contents
Methods
- getDescription() : string
- Returns description of the report
- getIconIdentifier() : string
- Returns the identifier of the icon used for the report
- getIdentifier() : string
- Returns unique identifier of the report
- getReport() : string
- Returns the content for a report
- getTitle() : string
- Returns title of the report
Methods
getDescription()
Returns description of the report
public
getDescription() : string
Return values
stringgetIconIdentifier()
Returns the identifier of the icon used for the report
public
getIconIdentifier() : string
Return values
stringgetIdentifier()
Returns unique identifier of the report
public
getIdentifier() : string
Return values
stringgetReport()
Returns the content for a report
public
getReport([ServerRequestInterface|null $request = null ]) : string
Parameters
- $request : ServerRequestInterface|null = null
-
the currently handled request
Return values
stringgetTitle()
Returns title of the report
public
getTitle() : string