PHP 클래스 Prado\Web\UI\WebControls\TWizardStep
TWizardStep represents a wizard step. The wizard owning the step
can be obtained by {@link getWizard Wizard}.
To specify the type of the step, set {@link setStepType StepType};
For step title, set {@link setTitle Title}. If a step can be re-visited,
set {@link setAllowReturn AllowReturn} to true.
파일 보기
프로젝트 열기: pradosoft/prado
1 사용 예제들
공개 메소드들
메소드 상세
public getStepType ( ) : TWizardStepType |
리턴 |
TWizardStepType |
the wizard step type. Defaults to TWizardStepType::Auto. |
public getWizard ( ) : TWizard |
리턴 |
TWizard |
the wizard owning this step |
This method is used internally by {@link TWizard}.