lithium\tests\mocks\data\source\MockMongoConnection::getGridFS PHP Method

getGridFS() public method

public getGridFS ( $prefix = "fs" )
    public function getGridFS($prefix = "fs")
    {
        $this->gridFsPrefix = $prefix;
        return $this;
    }