Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Prado
Web
UI
WebControls
TWizardStep
getAllowReturn
Prado\Web\UI\WebControls\TWizardStep::getAllowReturn PHP Method
TWizardStep Class Documentation
显示文件
Open project: pradosoft/prado
getAllowReturn()
public
method
public
getAllowReturn
( ) :
boolean
return
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