コード例 #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;
 }