Get
class Get extends Route (View source)
Methods
__construct(string $path, array $middleware = [], array $where = [], string|null $name = null)
No description
Details
__construct(string $path, array $middleware = [], array $where = [], string|null $name = null)
No description
in
Route at line 33
string
getPath()
Get the route path
in
Route at line 43
array
getMethods()
Get the http methods
in
Route at line 53
array
getMiddleware()
Get the middleware
in
Route at line 63
array
getWhere()
Get the route constraints
in
Route at line 73
string|null
getName()
Get the route name