1 | <?php |
||
14 | class CorrelationIdSubscriber implements SubscriberInterface |
||
15 | { |
||
16 | /** |
||
17 | * @var CorrelationIdProvider |
||
18 | */ |
||
19 | private $provider; |
||
20 | |||
21 | public function __construct(CorrelationIdProvider $provider) |
||
25 | |||
26 | public function getEvents() |
||
30 | |||
31 | public function onBefore(BeforeEvent $event, $name) |
||
35 | } |
||
36 |