EntryReportService
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- EntryReportService constructor.
- getEntryReportByEntryId() : mixed
- getEntryReportIdListByEntryIdList() : array<string|int, int>
- markAsReadByEntryReport() : mixed
- markAsSubmittedByEntrySubmission() : mixed
Properties
$entryReportRepository
private
EntryReportRepository
$entryReportRepository
Methods
__construct()
EntryReportService constructor.
public
__construct(EntryReportRepository $entryReportRepository) : mixed
Parameters
- $entryReportRepository : EntryReportRepository
getEntryReportByEntryId()
public
getEntryReportByEntryId(int $entryId) : mixed
Parameters
- $entryId : int
getEntryReportIdListByEntryIdList()
public
getEntryReportIdListByEntryIdList(array<string|int, int> $entryIdList) : array<string|int, int>
Parameters
- $entryIdList : array<string|int, int>
Return values
array<string|int, int>markAsReadByEntryReport()
public
markAsReadByEntryReport(EntryReport $entryReport) : mixed
Parameters
- $entryReport : EntryReport
Tags
markAsSubmittedByEntrySubmission()
public
markAsSubmittedByEntrySubmission(EntryReport $entryReport, EntrySubmission $entrySubmission) : mixed
Parameters
- $entryReport : EntryReport
- $entrySubmission : EntrySubmission