Prado\Web\UI\WebControls\TWizardNavigationEventParameter::getNextStepIndex PHP Méthode

getNextStepIndex() public méthode

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