Esempio n. 1
0
 /**
  * A custom storage implementation can return an url for direct download of a give file.
  *
  * For now the returned array can hold the parameter url - in future more attributes might follow.
  *
  * @param string $path
  * @return array
  */
 public function getDirectDownload($path)
 {
     return $this->storage->getDirectDownload($path);
 }