previous() public static method
Returns the URL previously remembered.
See also remember().
public static string|null previous ( $name = 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. |
Please login to continue.