ImportWorkerLogger
in package
Table of Contents
- MAX_COUNT = 10000
- $logs : array<string|int, mixed>
- __construct() : mixed
- addChange() : void
- save() : void
- createLog() : DataSetLogEntity
Constants
MAX_COUNT
public
mixed
MAX_COUNT
= 10000
Properties
$logs
private
array<string|int, mixed>
$logs
Methods
__construct()
public
__construct(DataSetLogEntity $log) : mixed
Parameters
- $log : DataSetLogEntity
Return values
mixed —addChange()
public
addChange(int|string $id, string $operation) : void
Parameters
- $id : int|string
- $operation : string
Return values
void —save()
public
save() : void
Return values
void —createLog()
private
createLog(DataSetLogEntity $template) : DataSetLogEntity
Parameters
- $template : DataSetLogEntity