Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Prado
Web
UI
WebControls
TWizardStep
getAllowReturn
Prado\Web\UI\WebControls\TWizardStep::getAllowReturn PHP 메소드
TWizardStep 1 문서
파일 보기
프로젝트 열기: pradosoft/prado
getAllowReturn()
공개
메소드
public
getAllowReturn
( ) :
boolean
리턴
boolean
whether this step can be re-visited. Default to true.
public function getAllowReturn() { return $this->getViewState('AllowReturn', true); }
TWizardStep
getAllowReturn
getStepType
getTitle
getWizard
setAllowReturn
setStepType
setTitle
setWizard