Documentation

TraceableArgumentResolver
in package
implements ArgumentResolverInterface

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes and Traits

ArgumentResolverInterface
An ArgumentResolverInterface instance knows how to determine the arguments for a specific action.

Table of Contents

$resolver  : mixed
$stopwatch  : mixed
__construct()  : mixed
getArguments()  : array<string|int, mixed>
Returns the arguments to pass to the controller.

Properties

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
Return values
array<string|int, mixed>

Search results