class EventDataCollector extends DataCollector implements LateDataCollectorInterface
EventDataCollector.
Methods
serialize() | from DataCollector | |
unserialize($data) | from DataCollector | |
__construct(EventDispatcherInterface $dispatcher = null) | ||
collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. | ||
lateCollect() Collects data as late as possible. | ||
setCalledListeners(array $listeners) Sets the called listeners. | ||
array | getCalledListeners() Gets the called listeners. | |
setNotCalledListeners(array $listeners) Sets the not called listeners. | ||
array | getNotCalledListeners() Gets the not called listeners. | |
string | getName() Returns the name of the collector. |
Details
serialize()
unserialize($data)
__construct(EventDispatcherInterface $dispatcher = null)
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
lateCollect()
Collects data as late as possible.
setCalledListeners(array $listeners)
Sets the called listeners.
array getCalledListeners()
Gets the called listeners.
setNotCalledListeners(array $listeners)
Sets the not called listeners.
array getNotCalledListeners()
Gets the not called listeners.
string getName()
Returns the name of the collector.
Please login to continue.