Skip to content

Latest commit

 

History

History
172 lines (54 loc) · 1.27 KB

File metadata and controls

172 lines (54 loc) · 1.27 KB
title footer
\leantime\domain\services\reports
false

reports

  • Full name: \leantime\domain\services\reports

Methods

__construct

public reports::__construct(): mixed

Return Value:


dailyIngestion

public reports::dailyIngestion(): mixed

Return Value:


getFullReport

public reports::getFullReport(mixed $projectId): mixed

Parameters:

Parameter Type Description
projectId mixed

Return Value:


getRealtimeReport

public reports::getRealtimeReport(mixed $projectId, mixed $sprintId): mixed

Parameters:

Parameter Type Description
projectId mixed
sprintId mixed

Return Value:


getAnonymousTelemetry

public reports::getAnonymousTelemetry(): mixed

Return Value:


sendAnonymousTelemetry

public reports::sendAnonymousTelemetry(): bool|\GuzzleHttp\Promise\PromiseInterface

Return Value:



Automatically generated from source code comments on 2023-02-28 using phpDocumentor