\App\HttpAppRoutes

Class containing helper functions that generate frontend app routes.

Summary

Methods
Properties
Constants
route()
index()
passwordReset()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
__construct()
No private properties found
N/A

Methods

route()

route(string  $route, boolean  $absolute = true) : string

URL to a frontend app route

Parameters

string $route
boolean $absolute

Returns

string

index()

index(boolean  $absolute = true) : string

URL to frontend app index route

Parameters

boolean $absolute

Returns

string

passwordReset()

passwordReset(string  $token, boolean  $absolute = true) : string

URL to frontend app password reset route

Parameters

string $token

password reset token

boolean $absolute

Returns

string

__construct()

__construct() 

Private constructor, as this class contains static methods only