public function DummyMongoDbProfilerStorage::getMongo 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\DummyMongoDbProfilerStorage::getMongo()
Internal convenience method that returns the instance of the MongoDB Collection.
Return value
\MongoCollection
Throws
\RuntimeException
Overrides MongoDbProfilerStorage::getMongo
File
- vendor/
symfony/ http-kernel/ Tests/ Profiler/ MongoDbProfilerStorageTest.php, line 22
Class
Namespace
Symfony\Component\HttpKernel\Tests\ProfilerCode
public function getMongo() {
return parent::getMongo();
}