Route
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