FilingMonitoringService
Table of Contents
Properties
-
$cronRequestRepository
: CronRequestRepository
Methods
-
__construct()
: mixed
-
getCronRequestsFinishedSuccessfullyInLastPull()
: array<string|int, mixed>|null
-
getCronRequestsFinishedWithErrorsInLastPull()
: array<string|int, mixed>|null
-
getCronRequestsInProgressInLastPull()
: array<string|int, mixed>|null
-
getCronRequestsStatusesPercentageInLastPull()
: array<string|int, mixed>|null
-
getFilingMonitoringChartSettings()
: array<string|int, mixed>
-
getTotalCronRequestsInLastPull()
: int|null
__construct()
public
__construct(CronRequestRepository $cronRequestRepository) : mixed
Parameters
-
$cronRequestRepository
: CronRequestRepository
-
getCronRequestsFinishedSuccessfullyInLastPull()
public
getCronRequestsFinishedSuccessfullyInLastPull() : array<string|int, mixed>|null
-
throws
-
DateMalformedStringException
Return values
array<string|int, mixed>|null
getCronRequestsFinishedWithErrorsInLastPull()
public
getCronRequestsFinishedWithErrorsInLastPull() : array<string|int, mixed>|null
-
throws
-
DateMalformedStringException
Return values
array<string|int, mixed>|null
getCronRequestsInProgressInLastPull()
public
getCronRequestsInProgressInLastPull() : array<string|int, mixed>|null
-
throws
-
DateMalformedStringException
Return values
array<string|int, mixed>|null
getCronRequestsStatusesPercentageInLastPull()
public
getCronRequestsStatusesPercentageInLastPull() : array<string|int, mixed>|null
-
throws
-
DateMalformedStringException
Return values
array<string|int, mixed>|null
getFilingMonitoringChartSettings()
public
getFilingMonitoringChartSettings() : array<string|int, mixed>
-
throws
-
DateMalformedStringException
Return values
array<string|int, mixed>
getTotalCronRequestsInLastPull()
public
getTotalCronRequestsInLastPull(mixed $countCronRequestsFinishedWithErrorsInLastPull, mixed $countCronRequestsFinishedSuccessfullyInLastPull, mixed $countCronRequestsInProgressInLastPull) : int|null
Parameters
-
$countCronRequestsFinishedWithErrorsInLastPull
: mixed
-
-
$countCronRequestsFinishedSuccessfullyInLastPull
: mixed
-
-
$countCronRequestsInProgressInLastPull
: mixed
-