Exemplo n.º 1
0
 public function isValidSource($itemSource, $uidOwner)
 {
     $path = OC_FileCache::getPath($itemSource, $uidOwner);
     if ($path) {
         $this->path = $path;
         return true;
     }
     return false;
 }