You are here

public function ProfilerStorageInterface::write in Zircon Profile 8

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

Saves a Profile.

Parameters

Profile $profile A Profile instance:

Return value

bool Write operation successful

5 methods override ProfilerStorageInterface::write()
BaseMemcacheProfilerStorage::write in vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php
Saves a Profile.
FileProfilerStorage::write in vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php
Saves a Profile.
MongoDbProfilerStorage::write in vendor/symfony/http-kernel/Profiler/MongoDbProfilerStorage.php
Saves a Profile.
PdoProfilerStorage::write in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Saves a Profile.
RedisProfilerStorage::write in vendor/symfony/http-kernel/Profiler/RedisProfilerStorage.php
Saves a Profile.

File

vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php, line 53

Class

ProfilerStorageInterface
ProfilerStorageInterface.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function write(Profile $profile);