Mark extends AggregatorBase
Class Mark
Table of Contents
Constants
- NEGATIVE = '1'
- POSITIVE = '5'
- WITHOUT_MARK = '0'
Methods
- __construct() : mixed
- Mark constructor.
- createRecord() : mixed
- getClassName() : string
- getDate() : mixed
- getErrors() : array<string|int, mixed>
- getExistingRecordByPrimary() : array<string|int, mixed>|null
- getMark() : mixed
- getOldMark() : mixed
- getOpenLineId() : mixed
- getOperatorId() : mixed
- getSourceId() : mixed
- setDate() : mixed
- setMark() : mixed
- setOldMark() : mixed
- setOpenLineId() : mixed
- setOperatorId() : mixed
- setSourceId() : mixed
- updateRecord() : void
Constants
NEGATIVE
public
mixed
NEGATIVE
= '1'
POSITIVE
public
mixed
POSITIVE
= '5'
WITHOUT_MARK
public
mixed
WITHOUT_MARK
= '0'
Methods
__construct()
Mark constructor.
public
__construct(array<string|int, mixed> $params) : mixed
Parameters
- $params : array<string|int, mixed>
createRecord()
public
createRecord() : 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>|nullgetMark()
public
getMark() : mixed
getOldMark()
public
getOldMark() : mixed
getOpenLineId()
public
getOpenLineId() : mixed
getOperatorId()
public
getOperatorId() : mixed
getSourceId()
public
getSourceId() : mixed
setDate()
public
setDate(mixed $date) : mixed
Parameters
- $date : mixed
setMark()
public
setMark(mixed $mark) : mixed
Parameters
- $mark : mixed
setOldMark()
public
setOldMark(mixed $oldMark) : mixed
Parameters
- $oldMark : 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
updateRecord()
public
updateRecord(array<string|int, mixed> $existingRecord) : void
Parameters
- $existingRecord : array<string|int, mixed>