Navigation: PHP API > Work with box action functions
Get box action (getBoxAction)
This function enables the determination of the ID of the selected box action.
Parameter
Typ
Description
-
The function returns the ID of the selected box action as an integer.
Example:
…
$boxAction = $this->getBoxAction();