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