static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
bool uses() Alias for the "currentRouteUses" method. Return Value bool
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
void setRoutes(RouteCollection $routes) Set the route collection instance. Parameters RouteCollection $routes Return Value void
void resources(array $resources) Register an array of resource controllers. Parameters array $resources Return Value void
Route substituteBindings(Route $route) Substitute the route bindings onto the route. Parameters Route $route Return Value Route
void singularResourceParameters(bool $singular = true) Set the unmapped global resource parameters to singular. Parameters bool $singular Return Value void
void resource(string $name, string $controller, array $options = array()) Route a resource to a controller. Parameters string $name string $controller array $options Return Value void
string|array resolveMiddlewareClassName(string $name) Resolve the middleware name to a class name(s) preserving passed parameters. Parameters string $name Return Value string|array
$this pushMiddlewareToGroup(string $group, string $middleware) Add a middleware to the end of a middleware group. If the middleware is already in the group, it will not be added again. Parameters string $group string $middleware Return Value $this
Page 206 of 996