RouteCollection
final class RouteCollection (View source)
Constants
| private METHOD_ORDER |
|
Methods
match(string $method, string $path)
RouteMatch|null
allowedMethodsForPath(string $path)
array
hasExplicitRouteForPath(HttpMethod|string $method, string $path)
bool
sortMethods(array $methods)
array
Details
allowedMethodsForPath
array
allowedMethodsForPath(string $path)
No description
hasExplicitRouteForPath
bool
hasExplicitRouteForPath(HttpMethod|string $method, string $path)
No description
sortMethods
static array
sortMethods(array $methods)
No description