PHP Class Prado\Web\UI\WebControls\TCompleteWizardStep

TCompleteWizardStep represents a wizard step of type TWizardStepType::Complete.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends TWizardStep
ファイルを表示 Open project: pradosoft/prado

Public Methods

Method Description
getStepType ( ) : TWizardStepType
setStepType ( $value )

Method Details

getStepType() public method

public getStepType ( ) : TWizardStepType
return TWizardStepType the wizard step type. Always TWizardStepType::Complete.

setStepType() public method

public setStepType ( $value )