EventDataCollector
class EventDataCollector extends DataCollector implements LateDataCollectorInterface
EventDataCollector.
Methods
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
in DataCollector at line line 33
serialize()
in DataCollector at line line 38
unserialize($data)
at line line 28
__construct(EventDispatcherInterface $dispatcher = null)
at line line 36
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
at line line 44
lateCollect()
Collects data as late as possible.
at line line 59
setCalledListeners(array $listeners)
Sets the called listeners.
at line line 71
array
getCalledListeners()
Gets the called listeners.
at line line 83
setNotCalledListeners(array $listeners)
Sets the not called listeners.
at line line 95
array
getNotCalledListeners()
Gets the not called listeners.
at line line 103
string
getName()
Returns the name of the collector.