Documentation

Redirect
in package

Redirect class.

Tags
author

Samerton

author

computerwizjared

version
2.0.0-pr8
license

MIT

Table of Contents

Methods

back()  : never
Attempt to redirect the user to the previous page.
to()  : never
Redirect the user to the specified location.

Methods

back()

Attempt to redirect the user to the previous page.

public static back() : never
Return values
never

to()

Redirect the user to the specified location.

public static to(string $location) : never
Parameters
$location : string

Path or URL to redirect to

Return values
never

        
On this page

Search results