Method | Description | |
---|---|---|
__construct ( ) | Constructor | |
dashboard ( ) | Redirect to the dashboard | |
login ( string | null $redirect_url = null ) | Redirect to the login page $redirect_url is to send the user back to where he/she came from after login | |
root ( string $location = "", $query = "" ) | Redirect to the given location from the root | |
to ( string $location, $query = "" ) | Redirect to the given location |