Documentation

TraceableArgumentResolver
in package
implements ArgumentResolverInterface

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Interfaces

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

Properties

$resolver  : mixed
$stopwatch  : mixed

Methods

__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>

        
On this page

Search results