CounterService
Class CounterService
Table of Contents
Methods
- addEvent() : void
- collectData() : void
- getInstance() : CounterService
- proceedEvents() : void
Methods
addEvent()
public
static addEvent(string $type, array<string|int, mixed> $data) : void
Parameters
- $type : string
- $data : array<string|int, mixed>
collectData()
public
collectData(int $taskId) : void
Parameters
- $taskId : int
getInstance()
public
static getInstance() : CounterService
Return values
CounterServiceproceedEvents()
public
static proceedEvents() : void