RestReportController
in package
implements
IController
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- downloadAction() : mixed
- downloadInBulkAction() : mixed
- getReportMessagesGroupsByUserIdAction() : array<string|int, mixed>
- listAction() : array<string|int, mixed>
Properties
$reportService
private
ReportService
$reportService
$request
private
Request
$request
Methods
__construct()
public
__construct(ReportService $reportService, Request $request) : mixed
Parameters
- $reportService : ReportService
- $request : Request
downloadAction()
public
downloadAction(string $entryHashId) : mixed
Parameters
- $entryHashId : string
Tags
downloadInBulkAction()
public
downloadInBulkAction() : mixed
Tags
getReportMessagesGroupsByUserIdAction()
public
getReportMessagesGroupsByUserIdAction(int $userId) : array<string|int, mixed>
Parameters
- $userId : int
Tags
Return values
array<string|int, mixed>listAction()
public
listAction(int $userId) : array<string|int, mixed>
Parameters
- $userId : int