diff options
Diffstat (limited to 'lib/files/view.php')
-rw-r--r-- | lib/files/view.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/files/view.php b/lib/files/view.php index 302232b5134..a002ad5040d 100644 --- a/lib/files/view.php +++ b/lib/files/view.php @@ -915,6 +915,16 @@ class View { } /** + * Get the owner for a file or folder + * + * @param string $path + * @return string + */ + public function getOwner($path) { + return $this->basicOperation('getOwner', $path); + } + + /** * get the ETag for a file or folder * * @param string $path |