function DrupalDataCollectorTrait::reset

File

webprofiler/src/DataCollector/DrupalDataCollectorTrait.php, line 13

Class

DrupalDataCollectorTrait
Class DrupalDataCollectorTrait

Namespace

Drupal\webprofiler\DataCollector

Code

public function reset() {
    $this->data = array();
}