/**
  * @param GetResponseForControllerResultEvent $event
  */
 function __construct(GetResponseForControllerResultEvent $event)
 {
     parent::__construct($event);
 }
 /**
  * @param FinishRequestEvent $event
  */
 function __construct(FinishRequestEvent $event)
 {
     parent::__construct($event);
 }
 /**
  * @param FilterResponseEvent $event
  */
 function __construct(FilterResponseEvent $event)
 {
     parent::__construct($event);
 }
 /**
  * @param GetResponseEvent $event
  * @param string           $name
  */
 function __construct(GetResponseEvent $event = null, $name = null)
 {
     parent::__construct($event, $name);
 }