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

getNextStepIndex() public method

public getNextStepIndex ( ) : integer
return integer the zero-based index of the next step. Default to {@link getCurrentStepIndex CurrentStepIndex}.
    public function getNextStepIndex()
    {
        return $this->_nextStep;
    }