array methods() Get the HTTP verbs the route responds to.
Collection mapWithKeys(callable $callback)
mixed __call(string $method, array $parameters) Dynamically handle calls
Collection split(int $numberOfGroups)
string|null currentRouteAction() Get the current route action.
array mode(null $key = null) Get the mode of a given key.
void offsetSet(mixed $key, mixed $value) Set the item at a given offset
Collection uniqueStrict(string|callable|null $key = null)
bool secure() Determine if the route only responds to HTTPS requests.
void __construct(array $priorityMap, array $middlewares) Create a new Sorted
Page 12 of 43