Prado\Web\UI\WebControls\TCompleteWizardStep::getStepType PHP 메소드

getStepType() 공개 메소드

public getStepType ( ) : TWizardStepType
리턴 TWizardStepType the wizard step type. Always TWizardStepType::Complete.
    public function getStepType()
    {
        return TWizardStepType::Complete;
    }
TCompleteWizardStep