class ControllerDispatcher (View source)
| RouteDependencyResolverTrait |
| array | resolveMethodDependencies( array $parameters, ReflectionFunctionAbstract $reflector) Resolve the given method's type-hinted dependencies. | from RouteDependencyResolverTrait |
| void | __construct( Router $router, Container $container = null) Create a new controller dispatcher instance. | |
| mixed | dispatch( Route $route, Request $request, string $controller, string $method) Dispatch a request to a given controller and method. | |
| array | getMiddleware( Controller $instance, string $method) Get the middleware for the controller instance. | |
| bool | methodExcludedByOptions( string $method, array $options) Determine if the given options exclude a particular method. |
Resolve the given method's type-hinted dependencies.
Create a new controller dispatcher instance.
Dispatch a request to a given controller and method.
Get the middleware for the controller instance.
Determine if the given options exclude a particular method.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Routing/ControllerDispatcher.html