Ejemplo n.º 1
0
 /**
  * @param \MongoGridFS $gridFS storage of the upload (and chunks)
  */
 function __construct(\MongoGridFS $gridFS)
 {
     parent::__construct();
     $this->gridFs = $gridFS;
 }