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