Esempio n. 1
0
 /**
  * get the path to a local version of the file.
  * The local version of the file can be temporary and doesn't have to be persistent across requests
  *
  * @param string $path
  * @return string
  */
 public function getLocalFile($path)
 {
     return $this->storage->getLocalFile($path);
 }