| 1 | <?php |
||
| 18 | final class DataCollector extends DataCollectorBase |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | 1 | public function collect(Request $request, Response $response, \Exception $exception = null) |
|
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | 1 | public function getName() |
|
| 34 | |||
| 35 | /** |
||
| 36 | * Resets this data collector to its initial state. |
||
| 37 | */ |
||
| 38 | public function reset() |
||
| 41 | } |
||
| 42 |