Ejemplo n.º 1
0
 /**
  * get the user id of the owner of a file or folder
  *
  * @param string $path
  * @return string
  */
 public function getOwner($path)
 {
     return $this->storage->getOwner($path);
 }