The function allows you to determine the completion time of the current step.
Parameter |
Type |
Description |
|---|---|---|
- |
- |
- |
The function returns the escalation date as a UNIX timestamp.
Example:
…
$stepEscalationDate = $this->getStepEscalationDate();
…