Prado\Web\UI\WebControls\TWizardNavigationEventParameter::getCurrentStepIndex PHP 메소드

getCurrentStepIndex() 공개 메소드

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