1 | <?php |
||
12 | class UserDataAppending implements EventSubscriberInterface |
||
13 | { |
||
14 | /** @var string */ |
||
15 | private $user; |
||
16 | /** @var TokenStorageInterface */ |
||
17 | private $tokenStorage; |
||
18 | |||
19 | public function __construct( |
||
24 | |||
25 | 1 | public static function getSubscribedEvents(): array |
|
31 | |||
32 | public function __invoke(array $record) |
||
42 | |||
43 | public function onKernelRequest(): void |
||
61 | } |
||
62 |