Prado\Web\UI\WebControls\TCompleteWizardStep::getStepType PHP Method

getStepType() public method

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