class TranslationDataCollector extends DataCollector implements LateDataCollectorInterface
Methods
| serialize() | from DataCollector | |
| unserialize($data) | from DataCollector | |
| __construct(DataCollectorTranslator $translator) | ||
| lateCollect() Collects data as late as possible. | ||
| collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. | ||
| array | getMessages() | |
| int | getCountMissings() | |
| int | getCountFallbacks() | |
| int | getCountDefines() | |
| string | getName() Returns the name of the collector. |
Details
serialize()
unserialize($data)
__construct(DataCollectorTranslator $translator)
lateCollect()
Collects data as late as possible.
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
array getMessages()
int getCountMissings()
int getCountFallbacks()
int getCountDefines()
string getName()
Returns the name of the collector.
Please login to continue.