mixed __call(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
void substituteImplicitBindings(Route $route) Substitute the implicit Eloquent model bindings for the route. Parameters Route $route 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 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
void resourceParameters(array $parameters = array()) Set the global resource parameter mapping. Parameters array $parameters 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
Page 206 of 996