Add PHPDoc

This commit is contained in:
Arthur Schiwon 2013-03-25 21:45:55 +01:00
parent d9e07ca60a
commit 1d676fb0e6
1 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,12 @@ class Legacy {
return $data;
}
/**
* Get the ETag for the given path
*
* @param type $path
* @return string
*/
function getEtag($path) {
list(, $user, , $relativePath) = explode('/', $path, 4);
if (is_null($relativePath)) {