class DoctrineDataCollector extends DataCollector
DoctrineDataCollector.
Methods
| __construct(ManagerRegistry $registry) | ||
|
addLogger(string $name, DebugStack $logger)
Adds the stack logger for a connection. |
||
|
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response. |
||
| getManagers() | ||
| getConnections() | ||
| getQueryCount() | ||
| getQueries() | ||
| getTime() | ||
| string |
getName()
Returns the name of the collector. |
Details
at line 33
public
__construct(ManagerRegistry $registry)
at line 46
public
addLogger(string $name, DebugStack $logger)
Adds the stack logger for a connection.
at line 54
public
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
at line 68
public
getManagers()
at line 73
public
getConnections()
at line 78
public
getQueryCount()
at line 83
public
getQueries()
at line 88
public
getTime()
at line 103
public string
getName()
Returns the name of the collector.