Navigation: PHP API > Determine instance data
Step number (getStep)
The function allows you to determine the number of the current step.
Parameter
Type
Description
-
The function returns the step number as an integer.
Example:
…
$stepNumber = $this->getStep();