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

getCancelDestinationUrl() 공개 메소드

public getCancelDestinationUrl ( ) : string
리턴 string the URL that the browser will be redirected to if the cancel button in the wizard is clicked. Defaults to ''.
    public function getCancelDestinationUrl()
    {
        return $this->getViewState('CancelDestinationUrl', '');
    }
TWizard