1 | <?php |
||
8 | class WssSecurityHeaderEventListener implements EventSubscriberInterface |
||
9 | { |
||
10 | /** |
||
11 | * @var WsSecurityFilterResponse |
||
12 | */ |
||
13 | protected $filter; |
||
14 | |||
15 | public static function getSubscribedEvents() |
||
32 | |||
33 | public function __construct(WsSecurityFilterResponse $filter) |
||
37 | |||
38 | public function onPreDeserializeEvent(PreDeserializeEvent $event) |
||
48 | } |
||
49 |