You are here

public function Profiler::purge in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Profiler/Profiler.php \Symfony\Component\HttpKernel\Profiler\Profiler::purge()

Purges all data from the storage.

File

vendor/symfony/http-kernel/Profiler/Profiler.php, line 129

Class

Profiler
Profiler.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function purge() {
  $this->storage
    ->purge();
}