W3cubDocs

/Symfony 2.8

Symfony\Component\HttpKernel\DataCollector\RouterDataCollector

class RouterDataCollector extends DataCollector

RouterDataCollector.

Methods

serialize() from DataCollector
unserialize($data) from DataCollector
__construct()
collect(Request $request, Response $response, Exception $exception = null)

Collects data for the given Request and Response.

onKernelController(FilterControllerEvent $event)

Remembers the controller associated to each request.

bool getRedirect()
string|null getTargetUrl()
string|null getTargetRoute()
string getName()

Returns the name of the collector.

Details

public serialize()

public unserialize($data)

Parameters

$data

public __construct()

public collect(Request $request, Response $response, Exception $exception = null)

Collects data for the given Request and Response.

Parameters

Request $request A Request instance
Response $response A Response instance
Exception $exception An Exception instance

public onKernelController(FilterControllerEvent $event)

Remembers the controller associated to each request.

Parameters

FilterControllerEvent $event The filter controller event

public bool getRedirect()

Return Value

bool Whether this request will result in a redirect

public string|null getTargetUrl()

Return Value

string|null The target URL

public string|null getTargetRoute()

Return Value

string|null The target route

public string getName()

Returns the name of the collector.

Return Value

string The collector name

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.html