ReportRepository
Table of Contents
Methods
-
delete()
: bool
-
findByIsNullUserReportRequestId()
: array<string|int, Report>|null
-
findByUserReportRequestId()
: array<string|int, Report>|null
-
findByUserReportRequestIdAndWithoutDateInterval()
: array<string|int, Report>|null
-
update()
: bool
delete()
public
delete(Report $report) : bool
Parameters
-
$report
: Report
-
findByIsNullUserReportRequestId()
public
findByIsNullUserReportRequestId() : array<string|int, Report>|null
Return values
array<string|int, Report>|null
findByUserReportRequestId()
public
findByUserReportRequestId(int $userReportRequestId) : array<string|int, Report>|null
Parameters
-
$userReportRequestId
: int
-
Return values
array<string|int, Report>|null
findByUserReportRequestIdAndWithoutDateInterval()
public
findByUserReportRequestIdAndWithoutDateInterval(int $userReportRequestId, string $startDate, string $endDate) : array<string|int, Report>|null
Parameters
-
$userReportRequestId
: int
-
-
$startDate
: string
-
-
$endDate
: string
-
Return values
array<string|int, Report>|null
update()
public
update(Report $report) : bool
Parameters
-
$report
: Report
-