1 | <?php |
||
20 | class ContextDataCollector extends DataCollector |
||
21 | { |
||
22 | protected $context; |
||
23 | |||
24 | public function __construct($context) |
||
28 | |||
29 | public function collect(Request $request, Response $response, \Exception $exception = null) |
||
35 | |||
36 | public function getContext() |
||
40 | |||
41 | public function getName() |
||
45 | } |
||
46 |