Prado\Web\UI\WebControls\TWizard::getFinishDestinationUrl PHP Méthode

getFinishDestinationUrl() public méthode

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