ArgumentResolverInterface
in
An ArgumentResolverInterface instance knows how to determine the arguments for a specific action.
Tags
Table of Contents
- getArguments() : array<string|int, mixed>
- Returns the arguments to pass to the controller.
Methods
getArguments()
Returns the arguments to pass to the controller.
public
getArguments(Request $request, callable $controller) : array<string|int, mixed>
Parameters
- $request : Request
- $controller : callable