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
string

getIconIdentifier()

Returns the identifier of the icon used for the report

public getIconIdentifier() : string
Return values
string

getIdentifier()

Returns unique identifier of the report

public getIdentifier() : string
Return values
string

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

getTitle()

Returns title of the report

public getTitle() : string
Return values
string

        
On this page

Search results