abstract class DataCollector

DataCollector.

Children of this class must store the collected data in the data property.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of DataCollector

4 files declare their use of DataCollector

File

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

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
DataCollector::varToString protected function Converts a PHP variable to a string.
DataCollectorInterface::collect public function Collects data for the given Request and Response. 9
DataCollectorInterface::getName public function Returns the name of the collector. 9