You are here

interface MongoConfigInterface in One Click Upload 7.2

@codeCoverageIgnore

Hierarchy

Expanded class hierarchy of MongoConfigInterface

All classes that implement MongoConfigInterface

File

flowphp/src/Flow/Mongo/MongoConfigInterface.php, line 10

Namespace

Flow\Mongo
View source
interface MongoConfigInterface extends ConfigInterface {

  /**
   * @return \MongoGridFS
   */
  public function getGridFs();

}

Members

Namesort descending Modifiers Type Description Overrides
ConfigInterface::getDeleteChunksOnSave public function Delete chunks on save 1
ConfigInterface::getHashNameCallback public function Generate chunk identifier 1
ConfigInterface::getPreprocessCallback public function Callback to preprocess chunk 1
ConfigInterface::getTempDir public function Get path to temporary directory for chunks storage 1
ConfigInterface::setDeleteChunksOnSave public function Delete chunks on save 1
ConfigInterface::setPreprocessCallback public function Callback to pre-process chunk 1
MongoConfigInterface::getGridFs public function 1