1 | <?php |
||
13 | final class RequestVerifierListener implements EventSubscriberInterface |
||
14 | { |
||
15 | private $verifier; |
||
16 | |||
17 | 3 | public function __construct(VerifierInterface $verifier) |
|
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | 1 | public static function getSubscribedEvents() |
|
31 | |||
32 | 2 | public function verifyRequest(GetResponseEvent $event) |
|
45 | } |
||
46 |