class EventDataCollector

EventDataCollector.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of EventDataCollector

1 file declares its use of EventDataCollector

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php, line 24

Namespace

Symfony\Component\HttpKernel\DataCollector
View source

Members

Namesort descending Modifiers Type Description Overrides
DataCollector::$data protected property
DataCollector::serialize public function
DataCollector::unserialize public function
EventDataCollector::$dispatcher private property
EventDataCollector::collect public function Collects data for the given Request and Response. Overrides DataCollectorInterface::collect
EventDataCollector::getCalledListeners public function Gets the called listeners.
EventDataCollector::getName public function Returns the name of the collector. Overrides DataCollectorInterface::getName
EventDataCollector::getNotCalledListeners public function Gets the not called listeners.
EventDataCollector::setEventDispatcher public function