AggregatorBase implements AggregateStrategy
AbstractYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- AggregatorBase constructor.
- getClassName() : string
- getDate() : mixed
- getErrors() : array<string|int, mixed>
- getExistingRecordByPrimary() : array<string|int, mixed>|null
- getOpenLineId() : mixed
- getOperatorId() : mixed
- getSourceId() : mixed
- setDate() : mixed
- setOpenLineId() : mixed
- setOperatorId() : mixed
- setSourceId() : mixed
Methods
__construct()
AggregatorBase constructor.
public
__construct(array<string|int, mixed> $params) : mixed
Parameters
- $params : array<string|int, mixed>
getClassName()
public
static getClassName() : string
Return values
stringgetDate()
public
getDate() : mixed
getErrors()
public
getErrors() : array<string|int, mixed>
Return values
array<string|int, mixed>getExistingRecordByPrimary()
public
getExistingRecordByPrimary() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetOpenLineId()
public
getOpenLineId() : mixed
getOperatorId()
public
getOperatorId() : mixed
getSourceId()
public
getSourceId() : mixed
setDate()
public
setDate(mixed $date) : mixed
Parameters
- $date : mixed
setOpenLineId()
public
setOpenLineId(mixed $openLineId) : mixed
Parameters
- $openLineId : mixed
setOperatorId()
public
setOperatorId(mixed $operatorId) : mixed
Parameters
- $operatorId : mixed
setSourceId()
public
setSourceId(mixed $sourceId) : mixed
Parameters
- $sourceId : mixed