array getMethods() Get the HTTP verbs the route responds to. Return Value array
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
mixed getController() Get the controller instance for the route. Return Value mixed
CompiledRoute getCompiled() Get the compiled version of the route. Return Value CompiledRoute
string getActionName() Get the action name for the route. Return Value string
array getAction() Get the action array for the route. Return Value array
array gatherMiddleware() Get all middleware, including the ones from the controller. Return Value array
void forgetParameter(string $name) Unset a parameter on the route if it is set. Parameters string $name Return Value void
string|null domain() Get the domain defined for the route. Return Value string|null
Page 226 of 996