TranslationDataCollector
class TranslationDataCollector extends DataCollector implements LateDataCollectorInterface
Methods
lateCollect()
Collects data as late as possible.
array
getMessages()
No description
int
getCountMissings()
No description
int
getCountFallbacks()
No description
int
getCountDefines()
No description
string
getName()
Returns the name of the collector.
Details
in DataCollector at line line 33
serialize()
in DataCollector at line line 38
unserialize($data)
at line line 33
__construct(DataCollectorTranslator $translator)
at line line 41
lateCollect()
Collects data as late as possible.
at line line 52
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
at line line 59
array
getMessages()
at line line 67
int
getCountMissings()
at line line 75
int
getCountFallbacks()
at line line 83
int
getCountDefines()
at line line 91
string
getName()
Returns the name of the collector.