interface RouteInterface

Interface RouteInterface

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 38
__construct( string $route, mixed $callback, string $method = 'get')

Parameters

string $route
mixed $callback
string $method

at line 43
string getRoute()

Return Value

string

at line 48
string getMatch()

Return Value

string

at line 53
callable getCallback()

Return Value

callable

at line 58
string getMethod()

Return Value

string