ReportTypeService
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- getAllReportTypes() : array<string|int, mixed>
- getById() : ReportType|null
Properties
$reportTypeRepository
private
ReportTypeRepository
$reportTypeRepository
Methods
__construct()
public
__construct(ReportTypeRepository $reportTypeRepository) : mixed
Parameters
- $reportTypeRepository : ReportTypeRepository
getAllReportTypes()
public
getAllReportTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>getById()
public
getById(int $reportTypeId) : ReportType|null
Parameters
- $reportTypeId : int