This function allows you to determine the instance number of the current instance. The instance number is an incremental number within each process.
Parameter |
Type |
Description |
|---|---|---|
- |
- |
- |
The function returns the instance number.
Example:
…
$incidentNumber = $this->getIncident();
…