File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 1313
1414use Symfony \Component \HttpKernel \Event \FilterControllerEvent ;
1515use Symfony \Component \HttpKernel \Event \GetResponseForControllerResultEvent ;
16- use Symfony \Component \DependencyInjection \ContainerInterface ;
1716use Symfony \Bundle \FrameworkBundle \Templating \TemplateReference ;
1817use Sensio \Bundle \FrameworkExtraBundle \EventListener \TemplateListener ;
1918use JMS \Serializer \SerializationContext ;
2726 */
2827class ViewResponseListener extends TemplateListener
2928{
30- protected $ container ;
31-
32- /**
33- * Constructor.
34- *
35- * @param ContainerInterface $container
36- */
37- public function __construct (ContainerInterface $ container )
38- {
39- $ this ->container = $ container ;
40- }
41-
4229 /**
4330 * Guesses the template name to render and its variables and adds them to
4431 * the request object.
You can’t perform that action at this time.
0 commit comments