File "MongoConfigInterface.php"
Full path: /home/auuge/domains/files.auu.ge/private_html/up/vendor/flowjs/flow-php-server/src/Flow/Mongo/MongoConfigInterface.php
File size: 225 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Flow\Mongo;
use Flow\ConfigInterface;
/**
* @codeCoverageIgnore
*/
interface MongoConfigInterface extends ConfigInterface
{
/**
* @return \MongoGridFS
*/
public function getGridFs();
}