1 | <?php |
||
11 | class InformationCollectionCollector extends DataCollector |
||
12 | { |
||
13 | public function collect(Request $request, Response $response, \Exception $exception = null) |
||
27 | |||
28 | public function reset() |
||
32 | |||
33 | public function getName() |
||
37 | |||
38 | public function getCollectedItems(): array |
||
42 | |||
43 | public function getCollectedItemsCount(): int |
||
47 | } |
||
48 |