This function enables the determination of the ID of the process inbox, where the box action function is performed.
Parameter |
Typ |
Description |
|---|---|---|
- |
- |
- |
The function returns the ID of the process inbox as an integer.
Example:
…
$boxId = $this->getBoxId();
…