Dialog extends AggregatorBase
Class Dialog
Table of Contents
Constants
- STATUS_ANSWERED = 1
- STATUS_NO_PRECESSED = 0
- STATUS_SKIPPED = 2
Methods
- __construct() : mixed
- AggregatorBase constructor.
- createRecord() : mixed
- getClassName() : string
- getDate() : mixed
- getErrors() : array<string|int, mixed>
- getExistingRecordByPrimary() : array<string|int, mixed>|null
- getOpenLineId() : mixed
- getOperatorId() : mixed
- getSecsToAnswer() : mixed
- getSourceId() : mixed
- getStatus() : mixed
- setDate() : mixed
- setOpenLineId() : mixed
- setOperatorId() : mixed
- setSecsToAnswer() : mixed
- setSourceId() : mixed
- setStatus() : mixed
- updateRecord() : void
Constants
STATUS_ANSWERED
public
mixed
STATUS_ANSWERED
= 1
STATUS_NO_PRECESSED
public
mixed
STATUS_NO_PRECESSED
= 0
STATUS_SKIPPED
public
mixed
STATUS_SKIPPED
= 2
Methods
__construct()
AggregatorBase 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>|nullgetOpenLineId()
public
getOpenLineId() : mixed
getOperatorId()
public
getOperatorId() : mixed
getSecsToAnswer()
public
getSecsToAnswer() : mixed
getSourceId()
public
getSourceId() : mixed
getStatus()
public
getStatus() : 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
setSecsToAnswer()
public
setSecsToAnswer(mixed $secsToAnswer) : mixed
Parameters
- $secsToAnswer : mixed
setSourceId()
public
setSourceId(mixed $sourceId) : mixed
Parameters
- $sourceId : mixed
setStatus()
public
setStatus(mixed $status) : mixed
Parameters
- $status : mixed
updateRecord()
public
updateRecord(array<string|int, mixed> $existingRecord) : void
Parameters
- $existingRecord : array<string|int, mixed>