示例#1
0
文件: file.php 项目: ryanshoover/core
 public function isValidSource($itemSource, $uidOwner)
 {
     $path = OC_FileCache::getPath($itemSource, $uidOwner);
     if ($path) {
         $this->path = $path;
         return true;
     }
     return false;
 }