class Route implements RouteInterface

Class Route

Methods

__construct( string $route, mixed $callback, string $method = 'get')

No description

string
getRoute()

No description

string
getMatch()

No description

callable
getCallback()

No description

string
getMethod()

No description

Details

at line 59
__construct( string $route, mixed $callback, string $method = 'get')

Parameters

string $route
mixed $callback
string $method

at line 88
string getRoute()

Return Value

string

at line 96
string getMatch()

Return Value

string

at line 104
callable getCallback()

Return Value

callable

at line 112
string getMethod()

Return Value

string