Documentation

TraceableControllerResolver
in package
implements ControllerResolverInterface

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes and Traits

ControllerResolverInterface
A ControllerResolverInterface implementation knows how to determine the controller to execute based on a Request object.

Table of Contents

$resolver  : mixed
$stopwatch  : mixed
__construct()  : mixed
getController()  : callable|false
Returns the Controller instance associated with a Request.

Properties

Methods

getController()

Returns the Controller instance associated with a Request.

public getController(Request $request) : callable|false
Parameters
$request : Request
Return values
callable|false

A PHP callable representing the Controller, or false if this resolver is not able to determine the controller

Search results