Documentation

FilingMonitoringService
in package

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

Properties

Methods

getCronRequestsFinishedSuccessfullyInLastPull()

public getCronRequestsFinishedSuccessfullyInLastPull() : array<string|int, mixed>|null
Tags
throws
DateMalformedStringException
Return values
array<string|int, mixed>|null

getCronRequestsFinishedWithErrorsInLastPull()

public getCronRequestsFinishedWithErrorsInLastPull() : array<string|int, mixed>|null
Tags
throws
DateMalformedStringException
Return values
array<string|int, mixed>|null

getCronRequestsInProgressInLastPull()

public getCronRequestsInProgressInLastPull() : array<string|int, mixed>|null
Tags
throws
DateMalformedStringException
Return values
array<string|int, mixed>|null

getCronRequestsStatusesPercentageInLastPull()

public getCronRequestsStatusesPercentageInLastPull() : array<string|int, mixed>|null
Tags
throws
DateMalformedStringException
Return values
array<string|int, mixed>|null

getFilingMonitoringChartSettings()

public getFilingMonitoringChartSettings() : array<string|int, mixed>
Tags
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
Return values
int|null

        
On this page

Search results