RequestAwareReportInterface extends ReportInterface
Interface for classes which provide a report using information from the current request
Table of Contents
Methods
- getReport() : string
- Returns the content for a report
Methods
getReport()
Returns the content for a report
public
getReport([ServerRequestInterface|null $request = null ]) : string
Parameters
- $request : ServerRequestInterface|null = null
-
the currently handled request
Return values
string —A reports rendered HTML