コード例 #1
0
 /**
  * @param KernelEvent $event
  * @param string      $name
  */
 function __construct(KernelEvent $event = null, $name = null)
 {
     parent::__construct($event, $name);
 }
コード例 #2
0
 /**
  * @param SfPostResponseEvent $event
  */
 function __construct(SfPostResponseEvent $event)
 {
     parent::__construct($event);
 }