Prado\Web\UI\WebControls\TWizard::getFinishDestinationUrl PHP 메소드

getFinishDestinationUrl() 공개 메소드

public getFinishDestinationUrl ( ) : string
리턴 string the URL that the browser will be redirected to if the wizard finishes. Defaults to ''.
    public function getFinishDestinationUrl()
    {
        return $this->getViewState('FinishDestinationUrl', '');
    }
TWizard