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