| 1 | <?php |
||
| 26 | class StandardDataCollector extends DataCollector |
||
| 27 | { |
||
| 28 | protected $queries; |
||
| 29 | |||
| 30 | public function __construct() |
||
| 34 | |||
| 35 | public function logQuery(array $query) |
||
| 39 | |||
| 40 | public function collect(Request $request, Response $response, \Exception $exception = null) |
||
| 45 | |||
| 46 | public function getQueryCount() |
||
| 50 | |||
| 51 | public function getQueries() |
||
| 55 | |||
| 56 | public function getName() |
||
| 60 | } |
||
| 61 |