public static previous ( string $name = null ) : string | null | ||
$name | string | the named associated with the URL that was remembered previously. If not set, it will use [[\yii\web\User::returnUrlParam]]. |
return | string | null | the URL previously remembered. Null is returned if no URL was remembered with the given name. |