public function ProfilerStorageInterface::purge in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php \Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface::purge()
Purges all data from the database.
5 methods override ProfilerStorageInterface::purge()
- BaseMemcacheProfilerStorage::purge in vendor/
symfony/ http-kernel/ Profiler/ BaseMemcacheProfilerStorage.php - Purges all data from the database.
- FileProfilerStorage::purge in vendor/
symfony/ http-kernel/ Profiler/ FileProfilerStorage.php - Purges all data from the database.
- MongoDbProfilerStorage::purge in vendor/
symfony/ http-kernel/ Profiler/ MongoDbProfilerStorage.php - Purges all data from the database.
- PdoProfilerStorage::purge in vendor/
symfony/ http-kernel/ Profiler/ PdoProfilerStorage.php - Purges all data from the database.
- RedisProfilerStorage::purge in vendor/
symfony/ http-kernel/ Profiler/ RedisProfilerStorage.php - Purges all data from the database.
File
- vendor/
symfony/ http-kernel/ Profiler/ ProfilerStorageInterface.php, line 58
Class
- ProfilerStorageInterface
- ProfilerStorageInterface.
Namespace
Symfony\Component\HttpKernel\ProfilerCode
public function purge();