TranslationDataCollector

TranslationDataCollector

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)

Parameters

$data

__construct(DataCollectorTranslator $translator)

Parameters

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.

Parameters

Request $request A Request instance
Response $response A Response instance
Exception $exception An Exception instance

array getMessages()

Return Value

array

int getCountMissings()

Return Value

int

int getCountFallbacks()

Return Value

int

int getCountDefines()

Return Value

int

string getName()

Returns the name of the collector.

Return Value

string The collector name
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部