Prado\Web\UI\WebControls\TWizardStep::getAllowReturn PHP 메소드

getAllowReturn() 공개 메소드

public getAllowReturn ( ) : boolean
리턴 boolean whether this step can be re-visited. Default to true.
    public function getAllowReturn()
    {
        return $this->getViewState('AllowReturn', true);
    }