예제 #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;
 }