| 1 | <?php |
||
| 15 | class DataCollector extends HydrationDataCollector |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var HydrationLogger |
||
| 20 | */ |
||
| 21 | private $hydrationLogger = array (); |
||
|
|
|||
| 22 | |||
| 23 | public function __construct(HydrationLogger $logger) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @inheritdoc |
||
| 30 | */ |
||
| 31 | public function collect(Request $request, Response $response, \Exception $exception = null) |
||
| 36 | } |