You are here

protected function PdoProfilerStorage::close in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php \Symfony\Component\HttpKernel\Profiler\PdoProfilerStorage::close()
7 calls to PdoProfilerStorage::close()
PdoProfilerStorage::cleanup in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
PdoProfilerStorage::find in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Finds profiler tokens for the given criteria.
PdoProfilerStorage::has in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Returns whether data for the given token already exists in storage.
PdoProfilerStorage::purge in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Purges all data from the database.
PdoProfilerStorage::read in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Reads data associated with the given token.

... See full list

1 method overrides PdoProfilerStorage::close()
SqliteProfilerStorage::close in vendor/symfony/http-kernel/Profiler/SqliteProfilerStorage.php

File

vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php, line 196

Class

PdoProfilerStorage
Base PDO storage for profiling information in a PDO database.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

protected function close($db) {
}