Prado\Web\UI\WebControls\TWizardNavigationEventParameter::getCurrentStepIndex PHP Method

getCurrentStepIndex() public method

public getCurrentStepIndex ( ) : integer
return integer the zero-based index of the currently active step.
    public function getCurrentStepIndex()
    {
        return $this->_currentStep;
    }