ReportListAction
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- The constructor.
- __invoke() : ResponseInterface
- Action.
Properties
$reportReader
private
ReportReader
$reportReader
$responder
private
Responder
$responder
Methods
__construct()
The constructor.
public
__construct(ReportReader $reportReader, Responder $responder) : mixed
Parameters
- $reportReader : ReportReader
-
The service
- $responder : Responder
-
The responder
__invoke()
Action.
public
__invoke(ServerRequestInterface $request, ResponseInterface $response, array<string|int, mixed> $args) : ResponseInterface
Parameters
- $request : ServerRequestInterface
-
The request
- $response : ResponseInterface
-
The response
- $args : array<string|int, mixed>
-
The routing arguments
Return values
ResponseInterface —The response