public function MongoDbProfilerStorageTestDataCollector::setData in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Tests/Profiler/MongoDbProfilerStorageTest.php \Symfony\Component\HttpKernel\Tests\Profiler\MongoDbProfilerStorageTestDataCollector::setData()
File
- vendor/
symfony/ http-kernel/ Tests/ Profiler/ MongoDbProfilerStorageTest.php, line 30
Class
Namespace
Symfony\Component\HttpKernel\Tests\ProfilerCode
public function setData($data) {
$this->data = $data;
}