Prado\Web\UI\WebControls\TCompleteWizardStep::getStepType PHP Méthode

getStepType() public méthode

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