class RequestDataCollector extends RequestDataCollector implements EventSubscriberInterface
RequestDataCollector.
Collects data for the given Request and Response.
Gets the route name.
The _route request attributes is automatically set by the Router Matcher.
Gets the route parameters.
The routeparams request attributes is automatically set by the RouterListener.
Gets the parsed controller.
Gets the previous request attributes.
Returns an array of event names this subscriber wants to listen to.
The array keys are event names and the value can be:
For instance:
Returns the name of the collector.
Gets the parsed forward controller.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.1/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.html