Doctrine\MongoDB\LoggableDatabase::doGetGridFS PHP Method

doGetGridFS() protected method

See also: Database::doGetGridFS()
protected doGetGridFS ( $prefix )
    protected function doGetGridFS($prefix)
    {
        $mongoGridFS = $this->mongoDB->getGridFS($prefix);
        return new LoggableGridFS($this, $mongoGridFS, $this->eventManager, $this->numRetries, $this->loggerCallable);
    }